Moved Neo-tree config: init -> Spec file

This commit is contained in:
Daveanand Mannie
2024-08-25 12:42:57 -04:00
parent 4cb50cdbe9
commit b2f6d56e09
3 changed files with 19 additions and 13 deletions

View File

@@ -4,21 +4,9 @@ require("config.lazy")
-- colourscheme
vim.cmd("colorscheme wildcharm")
-- styling cuz im dumb and dont really know what im doing with this conifg
-- increase the time before whichkey pops up
vim.o.timeoutlen = 1400
-- show hidden files in neo tree
require('neo-tree').setup{
filesystem = {
filtered_items = {
hide_dotfiles = false,
hide_gitignored = false,
hide_hidden = false
},
}
}
--tab auto complete
local cmp = require'cmp'