Compare commits
2 Commits
0e872b4c55
...
0a47dc9f11
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a47dc9f11 | |||
| 1f2da48a08 |
5
init.vim
5
init.vim
@@ -18,6 +18,7 @@ Plug 'ciaranm/detectindent'
|
|||||||
Plug 'jiangmiao/auto-pairs'
|
Plug 'jiangmiao/auto-pairs'
|
||||||
Plug 'antoyo/vim-licenses'
|
Plug 'antoyo/vim-licenses'
|
||||||
Plug 'lifepillar/vim-solarized8'
|
Plug 'lifepillar/vim-solarized8'
|
||||||
|
Plug 'xiyaowong/transparent.nvim'
|
||||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||||
call plug#end()
|
call plug#end()
|
||||||
filetype plugin indent on
|
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']
|
let g:airline#extensions#whitespace#checks = [ 'indent', 'long']
|
||||||
|
|
||||||
" vim-licenses
|
" vim-licenses
|
||||||
let g:licenses_copyright_holders_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 = 'Ortega Froysa, Nicolás <nicolas@ortegas.org>'
|
let g:licenses_authors_name = 'Nicolás Ortega Froysa <nicolas@ortegas.org>'
|
||||||
let g:licenses_default_command = [ 'Affero' ]
|
let g:licenses_default_command = [ 'Affero' ]
|
||||||
|
|
||||||
" FZF
|
" FZF
|
||||||
|
|||||||
Reference in New Issue
Block a user