diff --git a/init.vim b/init.vim index e7a3982..6619fb1 100644 --- a/init.vim +++ b/init.vim @@ -18,6 +18,7 @@ Plug 'ciaranm/detectindent' Plug 'jiangmiao/auto-pairs' Plug 'antoyo/vim-licenses' Plug 'lifepillar/vim-solarized8' +Plug 'xiyaowong/transparent.nvim' Plug 'neoclide/coc.nvim', {'branch': 'release'} call plug#end() filetype plugin indent on @@ -132,8 +133,8 @@ let g:airline#extensions#whitespace#mixed_indent_algo = 2 let g:airline#extensions#whitespace#checks = [ 'indent', 'long'] " vim-licenses -let g:licenses_copyright_holders_name = 'Ortega Froysa, Nicolás ' -let g:licenses_authors_name = 'Ortega Froysa, Nicolás ' +let g:licenses_copyright_holders_name = 'Nicolás Ortega Froysa ' +let g:licenses_authors_name = 'Nicolás Ortega Froysa ' let g:licenses_default_command = [ 'Affero' ] " FZF