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:
parent
702c283e57
commit
6290aba5de
@ -181,6 +181,7 @@ A repository of my personal configuration files.
|
|||||||
- [[https://github.com/godlygeek/tabular][godlygeek/tabular]]
|
- [[https://github.com/godlygeek/tabular][godlygeek/tabular]]
|
||||||
- [[https://github.com/neoclide/coc.nvim][neoclice/coc.nvim]]
|
- [[https://github.com/neoclide/coc.nvim][neoclice/coc.nvim]]
|
||||||
- [[https://github.com/RRethy/vim-hexokinase][RRethy/vim-hexokinase]]
|
- [[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-commentary][tpope/vim-commentary]]
|
||||||
- [[https://github.com/tpope/vim-fugitive][tpope/vim-fugitive]]
|
- [[https://github.com/tpope/vim-fugitive][tpope/vim-fugitive]]
|
||||||
- [[https://github.com/tpope/vim-unimpaired][tpope/vim-unimpaired]]
|
- [[https://github.com/tpope/vim-unimpaired][tpope/vim-unimpaired]]
|
||||||
|
@ -39,6 +39,7 @@
|
|||||||
Plug 'godlygeek/tabular'
|
Plug 'godlygeek/tabular'
|
||||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||||
Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' }
|
Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' }
|
||||||
|
Plug 'sheerun/vim-polyglot'
|
||||||
Plug 'tpope/vim-commentary'
|
Plug 'tpope/vim-commentary'
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
Plug 'tpope/vim-unimpaired'
|
Plug 'tpope/vim-unimpaired'
|
||||||
|
Loading…
Reference in New Issue
Block a user