some refactoring and theme changes

This commit is contained in:
Ishaan Karvir 2024-01-19 23:21:52 -08:00
parent 2510c29d62
commit eecf37a9b3
10 changed files with 528 additions and 357 deletions

View file

@ -0,0 +1,14 @@
vim.cmd([[ let g:neo_tree_remove_legacy_commands = 1 ]])
return {
"nvim-neo-tree/neo-tree.nvim",
version = "*",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
"MunifTanjim/nui.nvim",
},
config = function ()
require('neo-tree').setup {}
end,
}