diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-02-13 00:35:45 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-02-13 00:35:45 +0000 |
| commit | eb255900bb085c984ad1cfdc027820a022fdb603 (patch) | |
| tree | 512e6cdeb42db5eb2ee474250365a8dd2550c8dd /vim/nvim/lua/plugins.lua | |
| parent | 0351672b509d3db2074474641bf23b2a1a5894f1 (diff) | |
Add NERDTree
Diffstat (limited to 'vim/nvim/lua/plugins.lua')
| -rw-r--r-- | vim/nvim/lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/nvim/lua/plugins.lua b/vim/nvim/lua/plugins.lua index add1430..5cf4738 100644 --- a/vim/nvim/lua/plugins.lua +++ b/vim/nvim/lua/plugins.lua @@ -17,6 +17,7 @@ Plug('briones-gabriel/darcula-solid.nvim') Plug('rktjmp/lush.nvim') Plug('joshdick/onedark.vim') Plug('lervag/vimtex') +Plug('preservim/nerdtree', { ['on'] = 'NERDTreeToggle' }) vim.call('plug#end') |
