We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744ec7b commit 5620d10Copy full SHA for 5620d10
README.md
@@ -25,11 +25,10 @@ your favourite plugin manager, mine is [vim-plug][]
25
Plug 'clojure-vim/async-clj-omni'
26
```
27
28
-You also need to include the following lines in your init.vim:
+You also need to include the following line in your init.vim:
29
30
```vim
31
-let g:deoplete#keyword_patterns = {}
32
-let g:deoplete#keyword_patterns.clojure = '[\w!$%&*+/:<=>?@\^_~\-\.#]*'
+call deoplete#custom#option('keyword_patterns', {'clojure': '[\w!$%&*+/:<=>?@\^_~\-\.#]*'})
33
34
35
As I improve them, they may be PR'd into deoplete.vim, but I'm not yet
0 commit comments