Browse Source

nixpkgs/neovim: disable fuzzy matching

Thomas Dy 7 tháng trước cách đây
mục cha
commit
7ea7eeeb74
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,
   },