This commit is contained in:
2024-06-02 11:16:16 +08:00
parent 2ffe8412fd
commit a08ab215f0
2 changed files with 12 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ local Plug = vim.fn['plug#']
vim.call('plug#begin')
Plug('preservim/nerdtree', { ['on'] = 'NERDTreeToggle' })
Plug 'nvim-tree/nvim-web-devicons' " optional
Plug 'nvim-tree/nvim-tree.lua'
vim.call('plug#end')