Compare commits
4 Commits
c6d32f2b0f
...
be250e2d9c
| Author | SHA1 | Date | |
|---|---|---|---|
| be250e2d9c | |||
| 0a47dc9f11 | |||
| 1f2da48a08 | |||
| 0e872b4c55 |
5
init.vim
5
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 <nicolas@ortegas.org>'
|
||||
let g:licenses_authors_name = 'Ortega Froysa, Nicolás <nicolas@ortegas.org>'
|
||||
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' ]
|
||||
|
||||
" FZF
|
||||
|
||||
Reference in New Issue
Block a user