summaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/plugins.lua3
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