this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[nvim] remove omnifunc autocomplition (not using)

-3
-3
nvim/lua/core/lsp/handlers.lua
··· 67 67 end 68 68 69 69 M.on_attach = function(client, bufnr) 70 - -- Enable completion triggered by <c-x><c-o> 71 - vim.api.nvim_buf_set_option(bufnr, 'omnifunc', 'lua.vim.lsp.omnifunc') 72 - 73 70 -- if client.resolved_capabilities.document_formatting then 74 71 -- vim.api.nvim_exec( 75 72 -- [[