diff --git a/README.org b/README.org index 61730ba..10a44dc 100644 --- a/README.org +++ b/README.org @@ -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]] diff --git a/neovim/.config/nvim/init.vim b/neovim/.config/nvim/init.vim index b25e8c3..3202dcb 100644 --- a/neovim/.config/nvim/init.vim +++ b/neovim/.config/nvim/init.vim @@ -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'