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

https://github.com/yutkat/cmp-mocword


https://github.com/yutkat/cmp-mocword

neovim-plugin nvim-cmp

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# cmp-mocword

[mocword](https://github.com/high-moctane/mocword) completion source for [nvim-cmp](https://github.com/hrsh7th/nvim-cmp).

## Requirements

- [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)
- [mocword](https://github.com/high-moctane/mocword)
- [plenary.nvim](https://github.com/nvim-lua/plenary.nvim)

## Installation

Use your package manager of choice. For example [packer.nvim](https://github.com/wbthomason/packer.nvim):

```lua
use {
'yutkat/cmp-mocword'
}
```

## Setup

```lua
require('cmp').setup({
sources = {
{ name = 'mocword' }
}
})
```