Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paterjason/cmp-conjure
nvim-cmp source for conjure.
https://github.com/paterjason/cmp-conjure
neovim neovim-plugin nvim-cmp
Last synced: 9 days ago
JSON representation
nvim-cmp source for conjure.
- Host: GitHub
- URL: https://github.com/paterjason/cmp-conjure
- Owner: PaterJason
- License: mit
- Created: 2021-08-23T20:00:45.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T13:49:36.000Z (11 months ago)
- Last Synced: 2024-08-03T13:06:09.073Z (4 months ago)
- Topics: neovim, neovim-plugin, nvim-cmp
- Language: Lua
- Homepage:
- Size: 8.79 KB
- Stars: 46
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cmp-conjure
[nvim-cmp](https://github.com/hrsh7th/nvim-cmp) source for [conjure](https://github.com/Olical/conjure).
## Setup
```lua
require'cmp'.setup{
sources = {
{name = 'conjure'},
}
}
```