mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
revert "feat(ftplugin): set 'omnifunc' of Lua to 'v:lua.vim.lua_omnifunc'" #32597
This reverts commit f398e3a61a
.
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
-- use treesitter over syntax
|
||||
vim.treesitter.start()
|
||||
|
||||
vim.bo.omnifunc = 'v:lua.vim.lua_omnifunc'
|
||||
|
||||
vim.b.undo_ftplugin = (vim.b.undo_ftplugin or '')
|
||||
.. '\n call v:lua.vim.treesitter.stop() \n setl omnifunc<'
|
||||
vim.b.undo_ftplugin = (vim.b.undo_ftplugin or '') .. '\n call v:lua.vim.treesitter.stop()'
|
||||
|
Reference in New Issue
Block a user