From 1f2da48a08fdb3d6f8dfbed4bb830daf0095ea58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Fri, 11 Oct 2024 12:53:19 +0200 Subject: [PATCH] Change copyright name order. --- init.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.vim b/init.vim index 9ea311c..f4613c3 100644 --- a/init.vim +++ b/init.vim @@ -132,8 +132,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