feat(lsp): migrate from blink.cmp to built-in completion
This commit is contained in:
@@ -26,14 +26,14 @@ vim.opt.foldlevel = 99
|
||||
vim.opt.foldlevelstart = 99
|
||||
vim.opt.foldmethod = "indent"
|
||||
vim.opt.foldignore = ""
|
||||
---@diagnostic disable-next-line: undefined-field
|
||||
vim.opt.completeopt:append({
|
||||
vim.opt.completeopt = {
|
||||
"menu",
|
||||
"menuone",
|
||||
"preview",
|
||||
"popup",
|
||||
"noinsert",
|
||||
"noselect",
|
||||
})
|
||||
}
|
||||
vim.opt.complete = { "o" }
|
||||
-- set nowrap
|
||||
vim.opt.matchpairs:append({ "<:>" })
|
||||
-- Only relevant with wrap enabled (default)
|
||||
|
||||
Reference in New Issue
Block a user