lazy, treesitter, theme

This commit is contained in:
gregladden 2024-03-08 13:28:00 -06:00
parent 7a1ad36d66
commit e0f68cbc51
18 changed files with 40 additions and 821 deletions

View file

@ -1,16 +0,0 @@
return {
"nvim-neo-tree/neo-tree.nvim",
branch = "v3.x",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
"MunifTanjim/nui.nvim",
-- "3rd/image.nvim", -- Optional image support in preview window: See `# Preview Mode` for more information
},
config = function()
-- NeoTree Settings
vim.keymap.set('n', '<C-n>', ':Neotree filesystem reveal left<cr>')
end
}