https://github.com/hrsh7th/compe-conjure
compe-nvim source for conjure
https://github.com/hrsh7th/compe-conjure
Last synced: 8 months ago
JSON representation
compe-nvim source for conjure
- Host: GitHub
- URL: https://github.com/hrsh7th/compe-conjure
- Owner: hrsh7th
- Created: 2020-12-06T12:11:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-06T12:19:22.000Z (almost 5 years ago)
- Last Synced: 2025-01-03T08:14:04.336Z (9 months ago)
- Language: Lua
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# compe-conjure
compe-nvim source for conjure## Usage
Make sure that compe-nvim is loaded.
```clojure
((. (require :compe_conjure) :attach))
``````lua
require'compe_conjure'.attach()
```## TODO
- Fix the slight delay when initializing the source for the first time.
- Add extra source to fennel https://github.com/gbaptista/sublime-text-fennel/blob/master/Fennel.sublime-completions
- Hide suffix until the prefix is written with `.`