浏览代码

nixpkgs/neovim: disable fuzzy matching

Thomas Dy 7 月之前
父节点
当前提交
7ea7eeeb74
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .config/nixpkgs/neovim/plugins.lua

+ 1 - 0
.config/nixpkgs/neovim/plugins.lua

@@ -189,6 +189,7 @@ cmp.setup({
   },
   matching = {
     -- disable non-prefix matching
+    disallow_fuzzy_matching = true,
     disallow_partial_matching = true,
     disallow_prefix_unmatching = true,
   },