Disable built in omnifunc
This commit is contained in:
parent
6ff56d69e2
commit
41e5f52988
@ -28,7 +28,7 @@ vim.api.nvim_create_autocmd("LspAttach", {
|
|||||||
desc = "LSP Actions",
|
desc = "LSP Actions",
|
||||||
callback = function(event)
|
callback = function(event)
|
||||||
-- Enable omnifunc
|
-- Enable omnifunc
|
||||||
vim.bo[event.buf].omnifunc = "v:lua.MiniCompletion.completefunc_lsp"
|
-- vim.bo[event.buf].omnifunc = "v:lua.vim.lsp.omnifunc"
|
||||||
|
|
||||||
-- Buffer local mappings
|
-- Buffer local mappings
|
||||||
local opts = { buffer = event.buf }
|
local opts = { buffer = event.buf }
|
||||||
|
Loading…
Reference in New Issue
Block a user