File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 22
33Provides async clojure completion for:
44
5+ * [ deoplete.nvim] [ ]
56* [ ncm2] [ ]
67* [ asyncomplete.vim] [ ]
78* [ coc.nvim] [ ]
@@ -25,16 +26,12 @@ your favourite plugin manager, mine is [vim-plug][]
2526Plug 'clojure-vim/async-clj-omni'
2627```
2728
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:
2930
3031``` vim
31- let g:deoplete#keyword_patterns = {}
32- let g:deoplete#keyword_patterns.clojure = '[\w!$%&*+/:<=>?@\^_~\-\.#]*'
32+ call deoplete#custom#option('keyword_patterns', {'clojure': '[\w!$%&*+/:<=>?@\^_~\-\.#]*'})
3333```
3434
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-
3835### Nvim Completion Manager 2
3936
40371 . Follow the install instructions for [ ncm2] [ ] .
You can’t perform that action at this time.
0 commit comments