Skip to content

ryu-ichiroh/vim-cspell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!