File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Provides async clojure completion for:
4
4
5
+ * [ deoplete.nvim] [ ]
5
6
* [ ncm2] [ ]
6
7
* [ asyncomplete.vim] [ ]
7
8
* [ coc.nvim] [ ]
@@ -25,16 +26,12 @@ your favourite plugin manager, mine is [vim-plug][]
25
26
Plug 'clojure-vim/async-clj-omni'
26
27
```
27
28
28
- You also need to include the following lines in your init.vim:
29
+ You also need to include the following line in your init.vim:
29
30
30
31
``` vim
31
- let g:deoplete#keyword_patterns = {}
32
- let g:deoplete#keyword_patterns.clojure = '[\w!$%&*+/:<=>?@\^_~\-\.#]*'
32
+ call deoplete#custom#option('keyword_patterns', {'clojure': '[\w!$%&*+/:<=>?@\^_~\-\.#]*'})
33
33
```
34
34
35
- As I improve them, they may be PR'd into deoplete.vim, but I'm not yet
36
- comfortable suggesting that change upstream.
37
-
38
35
### Nvim Completion Manager 2
39
36
40
37
1 . Follow the install instructions for [ ncm2] [ ] .
You can’t perform that action at this time.
0 commit comments