lua.lua 145 B

12345
  1. -- use treesitter over syntax
  2. vim.treesitter.start()
  3. vim.b.undo_ftplugin = (vim.b.undo_ftplugin or '') .. '\n call v:lua.vim.treesitter.stop()'