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