Skip to content

Commit e266a1f

Browse files
Use async_clj_omni for asyncomplete name
This would allow fireplace to integrate itself in the future.
1 parent 019f18f commit e266a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Registration:
5050

5151
```
5252
au User asyncomplete_setup call asyncomplete#register_source({
53-
\ 'name': 'fireplace',
53+
\ 'name': 'async_clj_omni',
5454
\ 'whitelist': ['clojure'],
5555
\ 'completor': function('async_clj_omni#sources#complete'),
5656
\ })

0 commit comments

Comments
 (0)