Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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'},
}
}
```