Skip to content

An auto-correct spelling script for Vim / Neovim using Vim's built-in abbreviations feature

License

Notifications You must be signed in to change notification settings

RastalDev/vim_autocorrect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-correct for Vim / Neovim

vim nvim

An auto-correct spelling script for Vim / Neovim using Vim's built-in abbreviations feature.

Type an incorrectly spelled word, hit SPACE, the script will automatically correct the word.

Example of script working in Neovim

screenshot.gif

To use the script

  • The script must be sourced in your .vimrc for Vim (or init.vim for Neovim)
  • Add source <full PATH to the vim_autocorrect script>

Developer(s)

This repository is maintained by:

RastalDev
RastalDev

License

gpl_image