1
0
Fork 0
nvimConfig/lua/truss/lazy/treesitter.lua

7 lines
118 B
Lua

return {
-- Syntax Highlighter
'nvim-treesitter/nvim-treesitter',
lazy = false,
build = ":TSUpdate"
}