Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rastaldev/vim_autocorrect
- Owner: RastalDev
- License: gpl-3.0
- Created: 2022-07-13T06:52:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-28T13:49:03.000Z (11 months ago)
- Last Synced: 2023-12-29T10:47:24.616Z (11 months ago)
- Topics: 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
- Language: Vim Script
- Homepage:
- Size: 348 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)