diff options
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r-- | lua/user/plugins.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 3584af0..1e0fbd9 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -31,4 +31,7 @@ return packer.startup(function(use) use "neovim/nvim-lspconfig" -- enable LSP use "williamboman/nvim-lsp-installer" -- simple to use language server installer + -- TreeSitter + use "nvim-treesitter/nvim-treesitter" --enable treesitter + end) |