This commit is contained in:
2024-06-02 09:58:04 +08:00
parent 17ca00ae10
commit fe485f3132
2 changed files with 20 additions and 5 deletions

View File

@@ -3,5 +3,6 @@ local Plug = vim.fn['plug#']
vim.call('plug#begin')
Plug('preservim/nerdtree', { ['on'] = 'NERDTreeToggle' })
vim.call('plug#end')