diff --git a/roles/neovim/files/init.vim b/roles/neovim/files/init.vim index d461df5..016b4ea 100644 --- a/roles/neovim/files/init.vim +++ b/roles/neovim/files/init.vim @@ -6,6 +6,7 @@ Plug 'tpope/vim-sensible' Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' } +Plug 'connorholyday/vim-snazzy' " List ends here. Plugins become visible to Vim after this call. call plug#end()