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
- Host: GitHub
- URL: https://github.com/stsewd/deoplete-plugin
- Owner: stsewd
- License: mit
- Created: 2018-01-31T07:59:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T03:45:10.000Z (over 7 years ago)
- Last Synced: 2025-02-13T17:52:59.032Z (8 months ago)
- Topics: deoplete, neovim, neovim-plugin, python, vim-plug
- Language: Python
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!