Skip to content

Commit 87827ab

Browse files
Delete note about upstreaming keyword patterns
Now that the author of Deoplete.nvim made it clear[1] that he is not interested in accepting and including default keyword patterns for languages in Deoplete.nvim, delete the note. [1] Shougo/deoplete.nvim#1015
1 parent 5620d10 commit 87827ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Provides async clojure completion for:
44

5+
* [deoplete.nvim][]
56
* [ncm2][]
67
* [asyncomplete.vim][]
78
* [coc.nvim][]
@@ -31,9 +32,6 @@ You also need to include the following line in your init.vim:
3132
call deoplete#custom#option('keyword_patterns', {'clojure': '[\w!$%&*+/:<=>?@\^_~\-\.#]*'})
3233
```
3334

34-
As I improve them, they may be PR'd into deoplete.vim, but I'm not yet
35-
comfortable suggesting that change upstream.
36-
3735
### Nvim Completion Manager 2
3836

3937
1. Follow the install instructions for [ncm2][].

0 commit comments

Comments
 (0)