diff options
author | listout <listout@protonmail.com> | 2022-11-04 11:44:09 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-11-04 11:44:09 +0530 |
commit | 75e1b735ebf775101578fb0f0b513956f4b0a005 (patch) | |
tree | fd9f6980184da1a5b02f1ab5c05b654bc4cbeb22 /lua/plugins | |
parent | 2ef400497dac563f34e3db55292d7c7a3f84f550 (diff) |
nvim: plugins.lua: file tree plugin nvim-tree
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to 'lua/plugins')
-rw-r--r-- | lua/plugins/plugins.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins/plugins.lua b/lua/plugins/plugins.lua index 6c8799a..8e6561e 100644 --- a/lua/plugins/plugins.lua +++ b/lua/plugins/plugins.lua @@ -36,6 +36,9 @@ return packer.startup(function(use) -- Color scheme use 'catppuccin/nvim' + -- File tree + use 'nvim-tree/nvim-tree.lua' + -- Completion and language server use {'neovim/nvim-lspconfig'} -- Collection of configurations for built-in LSP client use {'hrsh7th/cmp-nvim-lsp'} -- LSP source for nvim-cmp |