aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin/lua.lua
blob: 27ebafa196fcc6b1bc61893e7c127ab1d6eba769 (plain) (blame)
1
2
3
4
-- use treesitter over syntax
vim.treesitter.start()

vim.b.undo_ftplugin = vim.b.undo_ftplugin .. ' | call v:lua.vim.treesitter.stop()'