mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
This reverts commit 12276832ab
.
This commit is contained in:
@@ -4,8 +4,7 @@ vim.treesitter.start()
|
||||
vim.bo.includeexpr = [[v:lua.require'vim._ftplugin.lua'.includeexpr(v:fname)]]
|
||||
vim.bo.omnifunc = 'v:lua.vim.lua_omnifunc'
|
||||
vim.wo[0][0].foldexpr = 'v:lua.vim.treesitter.foldexpr()'
|
||||
vim.wo[0][0].foldmethod = 'expr'
|
||||
|
||||
vim.b.undo_ftplugin = (vim.b.undo_ftplugin or '')
|
||||
.. '\n call v:lua.vim.treesitter.stop()'
|
||||
.. '\n setl omnifunc< foldexpr< foldmethod< includeexpr<'
|
||||
.. '\n setl omnifunc< foldexpr< includeexpr<'
|
||||
|
Reference in New Issue
Block a user