Compare commits

..
1 Commits
Author SHA1 Message Date
nortegaandnortega 36ac19b609 List whitespace characters. 2026-07-16 13:48:14 +02:00
+3 -3
View File
@@ -28,8 +28,8 @@ filetype plugin on
""" General
" indentation
set tabstop=2 " tabs only count for 4 spaces
set shiftwidth=2 " when indenting use 4 spaces
set tabstop=4 " tabs only count for 4 spaces
set shiftwidth=4 " when indenting use 4 spaces
set expandtab " don't use tab characters
"set autoindent
@@ -156,7 +156,7 @@ let g:airline#extensions#whitespace#mixed_indent_algo = 2
let g:airline#extensions#whitespace#checks = [ 'indent', 'long']
" vim-licenser
let g:licenser_author = 'Nicolás A. Ortega <nicolas.ortega@skudonet.com>'
let g:licenser_author = 'Nicolás A. Ortega <nicolas@ortegas.org>'
" FZF
nnoremap <leader>f :Files<CR>