Added Treesitter to Lua config

This commit is contained in:
2023-03-07 19:58:47 +00:00
parent 29901655de
commit 9d55594d83
2 changed files with 24 additions and 0 deletions

View File

@ -18,4 +18,6 @@ return require('packer').startup(function(use)
end
}
use({"nvim-treesitter/nvim-treesitter", run = ":TSUpdate"})
end)