Skip to content

Commit

Permalink
ncm fuzzy matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed Nov 15, 2017
1 parent da86a45 commit 8ba199a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -186,3 +186,6 @@ let g:jedi#goto_command = "gd"
let g:jedi#goto_assignments_command = "gd"
let g:jedi#goto_definitions_command = "gd"
let g:jedi#completions_enabled = 0

" NCM
let g:cm_matcher = {'module': 'cm_matchers.fuzzy_matcher', 'case': 'smartcase'}

0 comments on commit 8ba199a

Please sign in to comment.