diff options
author | louie <louie@example.com> | 2022-07-18 17:38:43 -0700 |
---|---|---|
committer | louie <louie@example.com> | 2022-07-18 17:38:43 -0700 |
commit | b02428d220d21f81263b796b56216662c7b8157f (patch) | |
tree | 8b2182f08a24c9d8ce041daa68b4f2146c2ca346 /lua | |
parent | 874c0bb152fbbc31900418940718184ed9d8495a (diff) |
Enable TreeSitter
Diffstat (limited to 'lua')
-rw-r--r-- | lua/user/plugins.lua | 2 |
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) |