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: 4 months 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-06-25T22:41:40.273Z (5 months ago)
- Topics: neovim, neovim-plugin, nvim-cmp
- Language: Lua
- Homepage:
- Size: 8.79 KB
- Stars: 47
- 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'},
}
}
```