Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rastaldev/vim_autocorrect

An auto-correct spelling script for Vim / Neovim using Vim's built-in abbreviations feature
https://github.com/rastaldev/vim_autocorrect

abbreviation-expansion abbreviations autocorrect cli commandline diacritical-marks english misspellings neovim nvim script spellcheck spelling spelling-correction terminal text-editor tui vim vim-abbreviations vimscript

Last synced: 15 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Auto-correct for Vim / Neovim

![vim](https://img.shields.io/badge/VIM-%2311AB00.svg?&style=for-the-badge&logo=vim&logoColor=white) ![nvim](https://img.shields.io/badge/NeoVim-%2357A143.svg?&style=for-the-badge&logo=neovim&logoColor=white)

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](./screenshot.gif)

## To use the script

- The script must be sourced in your .vimrc for Vim (or init.vim for Neovim)
- Add `source `

## Developer(s)

This repository is maintained by:

| [![RastalDev](https://github.com/rastaldev.png?size=100)](https://github.com/rastaldev) |
| --------------------------------------------------------------------------------------- |
| [RastalDev](https://github.com/rastaldev) |

## License

![gpl_image](./gplv3.png)