From 75e1b735ebf775101578fb0f0b513956f4b0a005 Mon Sep 17 00:00:00 2001 From: listout Date: Fri, 4 Nov 2022 11:44:09 +0530 Subject: nvim: plugins.lua: file tree plugin nvim-tree Signed-off-by: listout --- lua/plugins/plugins.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua') 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 -- cgit v1.2.3