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:
parent
6281322fce
commit
bd92419bf9
@ -16,11 +16,6 @@ local custom_attach = function(client, bufnr)
|
|||||||
local function buf_set_keymap(...)
|
local function buf_set_keymap(...)
|
||||||
api.nvim_buf_set_keymap(bufnr, ...)
|
api.nvim_buf_set_keymap(bufnr, ...)
|
||||||
end
|
end
|
||||||
local function buf_set_option(...)
|
|
||||||
api.nvim_buf_set_option(bufnr, ...)
|
|
||||||
end
|
|
||||||
|
|
||||||
buf_set_option("omnifunc", "v:lua.vim.lsp.omnifunc")
|
|
||||||
|
|
||||||
-- Mappings.
|
-- Mappings.
|
||||||
local opts = { noremap = true, silent = true }
|
local opts = { noremap = true, silent = true }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user