Skip to content

Commit c99066b

Browse files
committed
feat(options): make omnifunc support fuzzy matching
1 parent 8d6bf51 commit c99066b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/core/options.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ local function load_options()
1818
cmdheight = 1, -- 0, 1, 2
1919
cmdwinheight = 5,
2020
complete = ".,w,b,k,kspell",
21-
completeopt = "menuone,noselect,popup",
21+
completeopt = "fuzzy,menuone,noselect,popup",
2222
concealcursor = "niv",
2323
conceallevel = 0,
2424
cursorcolumn = true,

0 commit comments

Comments
 (0)