summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorlouie <louie@example.com>2022-07-01 15:31:08 -0700
committerlouie <louie@example.com>2022-07-01 15:31:08 -0700
commit91d497f5659c2395c68d1706ce587c0688b8f9b0 (patch)
tree4817d0c67dfe6a7580220f2cfffec178e9565ff4 /lua/user/plugins.lua
parent91a9eae36ccbc5fdc02c8cb60e34f3fe49501298 (diff)
+1 fix
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index 1e0fbd9..85e9f55 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -32,6 +32,6 @@ return packer.startup(function(use)
use "williamboman/nvim-lsp-installer" -- simple to use language server installer
-- TreeSitter
- use "nvim-treesitter/nvim-treesitter" --enable treesitter
+ --use "nvim-treesitter/nvim-treesitter" --enable treesitter
end)