RastalDev / vim_autocorrect

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Vim Script 100.0%