Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 616 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 616 Bytes

vim-cspell Test

vim-cspell is a plugin that checks spelling by using cspell for Vim/Neovim.

Requirements

Installation

For vim-plug

Plug 'ryu-ichiroh/vim-cspell', {'tag': 'v0.7'}

Acknowledgements

  • async.vim is embedded with vim-cspell for manage Vim/Neovim jobs. Thanks!