mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
5 lines
145 B
Lua
5 lines
145 B
Lua
-- use treesitter over syntax
|
|
vim.treesitter.start()
|
|
|
|
vim.b.undo_ftplugin = (vim.b.undo_ftplugin or '') .. '\n call v:lua.vim.treesitter.stop()'
|