mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
Cleaning IDE
This commit is contained in:
parent
acf67a3941
commit
c21e6a58a8
2 changed files with 2 additions and 10 deletions
|
|
@ -1,10 +0,0 @@
|
|||
if true then
|
||||
return {}
|
||||
end
|
||||
|
||||
return {
|
||||
"m4xshen/autoclose.nvim",
|
||||
config = function()
|
||||
require("autoclose").setup()
|
||||
end,
|
||||
}
|
||||
|
|
@ -1,4 +1,6 @@
|
|||
return {
|
||||
{ "akinsho/bufferline.nvim", enabled = false },
|
||||
{ "nvim-neo-tree/neo-tree.nvim", enabled = false },
|
||||
{ "noice.nvim", enabled = false },
|
||||
{ "nui.nvim", enabled = false },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue