summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorlouie <louie@example.com>2022-07-18 17:38:43 -0700
committerlouie <louie@example.com>2022-07-18 17:38:43 -0700
commitb02428d220d21f81263b796b56216662c7b8157f (patch)
tree8b2182f08a24c9d8ce041daa68b4f2146c2ca346 /lua/user/plugins.lua
parent874c0bb152fbbc31900418940718184ed9d8495a (diff)
Enable TreeSitter
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 401f8a2..7d59dec 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -34,6 +34,6 @@ return packer.startup(function(use)
-- TreeSitter
- --use "nvim-treesitter/nvim-treesitter" --enable treesitter
+ use "nvim-treesitter/nvim-treesitter" --enable treesitter
end)