1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

remove lsp omnifunc conf

I never used it.
This commit is contained in:
jdhao 2021-11-06 20:05:54 +08:00
parent 6281322fce
commit bd92419bf9

View File

@ -16,11 +16,6 @@ local custom_attach = function(client, bufnr)
local function buf_set_keymap(...)
api.nvim_buf_set_keymap(bufnr, ...)
end
local function buf_set_option(...)
api.nvim_buf_set_option(bufnr, ...)
end
buf_set_option("omnifunc", "v:lua.vim.lsp.omnifunc")
-- Mappings.
local opts = { noremap = true, silent = true }