Compare commits

..
5 Commits
Author SHA1 Message Date
nortega a4b5c7d85e Change author to Skudonet.
It's actually the copyright holder, so it shouldn't be my name since
this is a work account.
2026-07-13 08:40:22 +02:00
nortega 32aa03aee3 Change licenser_author e-mail to Skudonet address. 2026-07-13 08:37:38 +02:00
nortega ef4ffbb82a Merge branch 'master' into skudonet 2026-07-13 08:37:04 +02:00
nortega d589b69bfa Modify variables for vim-licenser. 2026-07-10 16:54:53 +02:00
nortega 07f1f36e14 Switch to using my own licenser software. 2026-07-10 16:28:10 +02:00
+3 -5
View File
@@ -16,7 +16,7 @@ Plug 'vim-scripts/scons.vim'
Plug 'danro/rename.vim'
Plug 'ciaranm/detectindent'
Plug 'jiangmiao/auto-pairs'
Plug 'antoyo/vim-licenses'
Plug 'https://code.ortegas.org/nortega/vim-licenser.git'
Plug 'flazz/vim-colorschemes'
Plug 'xiyaowong/transparent.nvim'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
@@ -155,10 +155,8 @@ let g:airline_symbols.whitespace = 'Ξ'
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 = 'Nicolás Ortega Froysa <nicolas@ortegas.org>'
let g:licenses_authors_name = 'Nicolás Ortega Froysa <nicolas@ortegas.org>'
let g:licenses_default_command = [ 'Affero' ]
" vim-licenser
let g:licenser_author = 'Skudonet S.L. <community@skudonet.com>'
" FZF
nnoremap <leader>f :Files<CR>