- commit
- 372cd10
- parent
- 04cb304
- author
- Eric Bower
- date
- 2025-09-18 22:49:03 -0400 EDT
chore(nvim): autocomplete fuzzy match
1 files changed,
+1,
-1
+1,
-1
1@@ -21,7 +21,7 @@ o.signcolumn = "yes"
2 o.backspace = "indent,eol,start"
3 o.shell = "/bin/bash"
4 o.colorcolumn = "100"
5-o.completeopt = { "menuone", "noselect", "popup" }
6+o.completeopt = { "menuone", "noselect", "popup", "fuzzy" }
7 o.laststatus = 0
8 o.winborder = "rounded"
9 o.undofile = true