mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-07 11:35:06 +02:00
Tweaks
This commit is contained in:
parent
8fae6798b9
commit
9ed4696ad1
2 changed files with 26 additions and 34 deletions
14
lua/custom/plugins/filetree.lua
Normal file
14
lua/custom/plugins/filetree.lua
Normal 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,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue