mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-14 21:13:49 +00:00
disable unused builtin plugins
This commit is contained in:
parent
aa5efe98ef
commit
42d58a856c
8
lua/plugins/disabled.lua
Normal file
8
lua/plugins/disabled.lua
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
return {
|
||||||
|
{ "akinsho/bufferline.nvim", enabled = false },
|
||||||
|
{ "folke/noice.nvim", enabled = false },
|
||||||
|
{ "rcarriga/nvim-notify", enabled = false },
|
||||||
|
{ "folke/trouble.nvim", enabled = false },
|
||||||
|
{ "nvim-neo-tree/neo-tree.nvim", enabled = false },
|
||||||
|
{ "folke/persistence.nvim", enabled = false },
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user