We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6bf51 commit c99066bCopy full SHA for c99066b
lua/core/options.lua
@@ -18,7 +18,7 @@ local function load_options()
18
cmdheight = 1, -- 0, 1, 2
19
cmdwinheight = 5,
20
complete = ".,w,b,k,kspell",
21
- completeopt = "menuone,noselect,popup",
+ completeopt = "fuzzy,menuone,noselect,popup",
22
concealcursor = "niv",
23
conceallevel = 0,
24
cursorcolumn = true,
0 commit comments