add all previous plugins and config

This commit is contained in:
Thomas Ruoff
2023-03-06 23:14:37 +01:00
parent fdfa4e4128
commit 5d3c071e8a
10 changed files with 382 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
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',
},
opts = {},
keys = {
{ '<leader>e', '<cmd>Neotree toggle<cr>', desc = 'NeoTree' },
},
}