nvim/plugins.md

22 lines
759 B
Markdown
Raw Normal View History

# Vim plugin sources
Git submodules are slow, so handle this manually.
2019-06-19 11:16:36 +00:00
## pack/acp/opt/
2021-03-09 22:15:25 +00:00
* [coc.nvim](https://github.com/neoclide/coc.nvim)
2019-06-19 11:16:36 +00:00
* [vim-pathogen](https://github.com/tpope/vim-pathogen)
## pack/acp/start/
* [goyo.vim](https://github.com/junegunn/goyo.vim)
2021-03-19 07:17:22 +00:00
* [gruvbox](https://github.com/morhetz/gruvbox)
2019-06-19 11:16:36 +00:00
* [limelight.vim](https://github.com/junegunn/limelight.vim)
* [mom.vim](https://github.com/vim-scripts/mom.vim)
2019-12-14 17:56:30 +00:00
* [papercolor-theme](https://github.com/NLKNguyen/papercolor-theme)
* [vim-J](https://github.com/arthurealike/vim-J)
2019-06-19 11:16:36 +00:00
* [vim-go](https://github.com/fatih/vim-go)
* [vim-ps1](https://github.com/PProvost/vim-ps1)
* [vim-speeddating](https://github.com/tpope/vim-speeddating)
* [vim-surround](https://github.com/tpope/vim-surround)