1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

re-added vim polyglot

This commit is contained in:
Ryan Kes 2020-09-12 13:17:00 +02:00
parent 702c283e57
commit 6290aba5de
2 changed files with 2 additions and 0 deletions

View File

@ -181,6 +181,7 @@ A repository of my personal configuration files.
- [[https://github.com/godlygeek/tabular][godlygeek/tabular]]
- [[https://github.com/neoclide/coc.nvim][neoclice/coc.nvim]]
- [[https://github.com/RRethy/vim-hexokinase][RRethy/vim-hexokinase]]
- [[https://github.com/sheerun/vim-polyglot][sheerun/vim-polyglot]]
- [[https://github.com/tpope/vim-commentary][tpope/vim-commentary]]
- [[https://github.com/tpope/vim-fugitive][tpope/vim-fugitive]]
- [[https://github.com/tpope/vim-unimpaired][tpope/vim-unimpaired]]

View File

@ -39,6 +39,7 @@
Plug 'godlygeek/tabular'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' }
Plug 'sheerun/vim-polyglot'
Plug 'tpope/vim-commentary'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-unimpaired'