Update links to point to preservim

This commit is contained in:
Peter Aronoff
2022-02-11 16:58:11 -05:00
parent 5dfaa085c5
commit 9d34f0b1f6
3 changed files with 23 additions and 21 deletions

View File

@@ -37,13 +37,15 @@ May require a recent version of Vim.
## Installation ## Installation
_litecorrect_ is best installed using a Vim package manager, such You can install _litecorrect_ using a Vim package manager, such as
as [Vundle][vnd], [Plug][plg], [NeoBundle][nbn], or [Pathogen][pth]. [Vundle][vnd], [Plug][plg], or [Pathogen][pth]. If you are using a recent
verion of vim or neovim, you can also install using native package support.
(See [:help packages][packages].)
[vnd]: https://github.com/gmarik/Vundle.vim [vnd]: https://github.com/gmarik/Vundle.vim
[plg]: https://github.com/junegunn/vim-plug [plg]: https://github.com/junegunn/vim-plug
[nbn]: https://github.com/Shougo/neobundle.vim
[pth]: https://github.com/tpope/vim-pathogen [pth]: https://github.com/tpope/vim-pathogen
[packages]: https://vimhelp.org/repeat.txt.html#packages
## Configuration ## Configuration
@@ -140,16 +142,15 @@ An alternative that builds on [tpope/vim-abolish][va]:
* [vim-correction](https://github.com/jdelkins/vim-correction) - approx. 700 entries * [vim-correction](https://github.com/jdelkins/vim-correction) - approx. 700 entries
[va]: http://github.com/tpope/vim-abolish [va]: https://github.com/tpope/vim-abolish
## See also ## See also
If you find this plugin useful, you may want to check out these others by If you find this plugin useful, you may want to check out these others
[@reedes][re]: originally by [@reedes][re]:
* [vim-colors-pencil][cp] - color scheme for Vim inspired by IA Writer * [vim-colors-pencil][cp] - color scheme for Vim inspired by IA Writer
* [vim-lexical][lx] - building on Vims spell-check and thesaurus/dictionary completion * [vim-lexical][lx] - building on Vims spell-check and thesaurus/dictionary completion
* [vim-one][vo] - make use of Vims _+clientserver_ capabilities
* [vim-pencil][pn] - rethinking Vim as a tool for writers * [vim-pencil][pn] - rethinking Vim as a tool for writers
* [vim-textobj-quote][qu] - extends Vim to support typographic (curly) quotes * [vim-textobj-quote][qu] - extends Vim to support typographic (curly) quotes
* [vim-textobj-sentence][ts] - improving on Vim's native sentence motion command * [vim-textobj-sentence][ts] - improving on Vim's native sentence motion command
@@ -158,20 +159,21 @@ If you find this plugin useful, you may want to check out these others by
* [vim-wordy][wo] - uncovering usage problems in writing * [vim-wordy][wo] - uncovering usage problems in writing
* [vim-wordchipper][wc] - power tool for shredding text in Insert mode * [vim-wordchipper][wc] - power tool for shredding text in Insert mode
[re]: http://github.com/reedes [re]: https://github.com/reedes
[cp]: http://github.com/reedes/vim-colors-pencil [cp]: https://github.com/preservim/vim-colors-pencil
[lx]: http://github.com/reedes/vim-lexical [lx]: https://github.com/preservim/vim-lexical
[vo]: http://github.com/reedes/vim-one [vo]: https://github.com/preservim/vim-one
[pn]: http://github.com/reedes/vim-pencil [pn]: https://github.com/preservim/vim-pencil
[ts]: http://github.com/reedes/vim-textobj-sentence [ts]: https://github.com/preservim/vim-textobj-sentence
[qu]: http://github.com/reedes/vim-textobj-quote [qu]: https://github.com/preservim/vim-textobj-quote
[th]: http://github.com/reedes/vim-thematic [th]: https://github.com/preservim/vim-thematic
[wh]: http://github.com/reedes/vim-wheel [wh]: https://github.com/preservim/vim-wheel
[wo]: http://github.com/reedes/vim-wordy [wo]: https://github.com/preservim/vim-wordy
[wc]: http://github.com/reedes/vim-wordchipper [wc]: https://github.com/preservim/vim-wordchipper
## Future development ## Future development
If youve spotted a problem or have an idea on improving this plugin, If youve spotted a problem or have an idea on improving this plugin,
please post it to the github project issue page. please post it to the [GitHub project issue page][issues].
[issues]: https://github.com/preservim/vim-litecorrect/issues

View File

@@ -1,7 +1,7 @@
" ============================================================================ " ============================================================================
" File: litecorrect.vim " File: litecorrect.vim
" Description: autoload functions for vim-litecorrect plugin " Description: autoload functions for vim-litecorrect plugin
" Maintainer: Reed Esau <github.com/reedes> " Maintainer: preservim <https://github.com/preservim>
" Created: January 20, 2014 " Created: January 20, 2014
" License: The MIT License (MIT) " License: The MIT License (MIT)
" ============================================================================ " ============================================================================

View File

@@ -1,7 +1,7 @@
" ============================================================================= " =============================================================================
" File: plugin/litecorrect.vim " File: plugin/litecorrect.vim
" Description: lightweight autocorrection for Vim " Description: lightweight autocorrection for Vim
" Maintainer: Reed Esau <github.com/reedes> " Maintainer: perservim <https://github.com/preservim>
" Created: January 20, 2014 " Created: January 20, 2014
" License: The MIT License (MIT) " License: The MIT License (MIT)
" ============================================================================= " =============================================================================