Skip to content

edne/spell-loop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Spell Loop

Loop over different languages in Vim spell check.

Installation

Copy plugin/spell-loop.vim in ~/.vim/plugin, or use your favorite plugin manager.

Usage

The function SpellLoop() does all the work.

This is part of my .vimrc file:

let g:spell_list = ["none", "en", "it"]
map <silent> <space>s :call SpellLoop()<CR>

If not changed by user g:spell_list contains only en and none.

About

Loop over different languages in Vim spell check

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published