Files
dotfiles/home/private_dot_config/nvim/lua/plugins/treesitter.lua
T

7 lines
93 B
Lua

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