Disable built in omnifunc

This commit is contained in:
CronyAkatsuki 2024-01-12 14:19:35 +01:00
parent 6ff56d69e2
commit 41e5f52988

View File

@ -28,7 +28,7 @@ vim.api.nvim_create_autocmd("LspAttach", {
desc = "LSP Actions",
callback = function(event)
-- 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
local opts = { buffer = event.buf }