This commit is contained in:
2021-07-07 10:05:30 -04:00
4 changed files with 16 additions and 4 deletions

1
vimrc
View File

@@ -46,6 +46,7 @@ map ,t :w<CR>
map ,- :nohl<CR>
map ,w :%s/ *$//<CR>
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
let g:airline_powerline_fonts = 1
let g:go_fmt_command = "goimports"
let g:python_highlight_all = 1