add more plugins and change theme

This commit is contained in:
CaseyStratton 2023-04-30 18:02:24 -05:00
parent b292e2a418
commit 2222eb9b35
5 changed files with 33 additions and 12 deletions

View file

@ -0,0 +1,12 @@
return {
'nvim-neo-tree/neo-tree.nvim',
version = '*',
dependencies = {
'nvim-lua/plenary.nvim',
'nvim-tree/nvim-web-devicons',
'MunifTanjim/nui.nvim',
},
config = function ()
require('neo-tree').setup {}
end
}