nvim-configs/lua/plugin/treesitter.lua

9 lines
193 B
Lua

local M = {
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate', -- parsers must be kept up to date with the plugin
lazy = false, -- enable highlighting instantly
opts = {},
}
return M