소스 검색

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,
   },