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

https://github.com/stsewd/deoplete-plugin

Deoplete source for plugins
https://github.com/stsewd/deoplete-plugin

deoplete neovim neovim-plugin python vim-plug

Last synced: 6 months ago
JSON representation

Deoplete source for plugins

Awesome Lists containing this project

README

          

# Deoplete Plugin

[Deoplete](https://github.com/Shougo/deoplete.nvim/) source for plugins.

## Install

Install using [vim-plug](https://github.com/junegunn/vim-plug). Put
this on your `init.vim`.

```
Plug 'stsewd/deoplete-plugin'
```

## Usage

- Open your `init.vim` file.
- Write `Plug 'tpope/`.
- Wait for completions!