feat(lsp): custom omnifunc

This commit is contained in:
2026-04-15 05:31:20 +02:00
parent 1293be93aa
commit f40063f44b
5 changed files with 449 additions and 59 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ vim.opt.hlsearch = true
vim.opt.laststatus = 2
vim.opt.textwidth = 0
vim.opt.colorcolumn = "81"
vim.opt.shortmess:append("a")
vim.opt.shortmess:append("acC")
vim.opt.autoread = true
-- vim.opt.cmdheight = 0 -- To hide cmdline when not used. Disabled due to
-- causing "Press ENTER to continue" messages for small messages.