new stuff

This commit is contained in:
nikkitschierske 2024-01-31 12:23:48 +01:00
parent cb4e930158
commit 0cde876788
No known key found for this signature in database
5 changed files with 60 additions and 8 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,
}