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

vim.b.undo_ftplugin = (vim.b.undo_ftplugin or '') .. '\n call v:lua.vim.treesitter.stop()'