Compare commits
4
Commits
master
..
8ae8f548e6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ae8f548e6 | ||
|
|
4d455f4254 | ||
|
|
86468f80fc | ||
|
|
d8b85232cf |
@@ -16,7 +16,7 @@ Plug 'vim-scripts/scons.vim'
|
|||||||
Plug 'danro/rename.vim'
|
Plug 'danro/rename.vim'
|
||||||
Plug 'ciaranm/detectindent'
|
Plug 'ciaranm/detectindent'
|
||||||
Plug 'jiangmiao/auto-pairs'
|
Plug 'jiangmiao/auto-pairs'
|
||||||
Plug 'https://code.ortegas.org/nortega/vim-licenser.git'
|
Plug 'antoyo/vim-licenses'
|
||||||
Plug 'flazz/vim-colorschemes'
|
Plug 'flazz/vim-colorschemes'
|
||||||
Plug 'xiyaowong/transparent.nvim'
|
Plug 'xiyaowong/transparent.nvim'
|
||||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||||
@@ -28,8 +28,8 @@ filetype plugin on
|
|||||||
|
|
||||||
""" General
|
""" General
|
||||||
" indentation
|
" indentation
|
||||||
set tabstop=4 " tabs only count for 4 spaces
|
set tabstop=2 " tabs only count for 4 spaces
|
||||||
set shiftwidth=4 " when indenting use 4 spaces
|
set shiftwidth=2 " when indenting use 4 spaces
|
||||||
set expandtab " don't use tab characters
|
set expandtab " don't use tab characters
|
||||||
"set autoindent
|
"set autoindent
|
||||||
|
|
||||||
@@ -155,8 +155,10 @@ let g:airline_symbols.whitespace = 'Ξ'
|
|||||||
let g:airline#extensions#whitespace#mixed_indent_algo = 2
|
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-licenser
|
" vim-licenses
|
||||||
let g:licenser_author = 'Nicolás A. Ortega <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
|
" FZF
|
||||||
nnoremap <leader>f :Files<CR>
|
nnoremap <leader>f :Files<CR>
|
||||||
|
|||||||
Reference in New Issue
Block a user