aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin/lua.lua
Commit message (Collapse)AuthorAge
* feat(treesitter): add vim.treesitter.start(), enable for LuaChristian Clason2022-09-06
* Add vim.treesitter.start() for starting treesitter highlighting via ftplugin or autocommand (can be extended later for fold, indent, matchpairs, ...) * Add vim.treesitter.stop() for manually stopping treesitter highlighting * Enable treesitter highlighting for Lua if `vim.g.ts_highlight_lua = true` is set in `init.lua`