diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 9e122d6..048371e 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -25,6 +25,7 @@ let g:go_highlight_build_constraints = 1 let g:go_highlight_generate_tags = 1 let g:go_metalinter_autosave = 1 let g:go_fmt_command = "goimports" +let g:go_list_type_commands = {"GoMetaLinterAutoSave": "quickfix"} autocmd FileType go nmap t (go-test) autocmd FileType go nmap c (go-coverage-toggle) autocmd FileType go nmap b (go-build) diff --git a/.zshrc b/.zshrc index 18ef0a1..9feb909 100644 --- a/.zshrc +++ b/.zshrc @@ -161,7 +161,7 @@ format_return_code_prev() { tput cuu1 tput hpa $start tput setab $PROMPT_COLOR_RED - tput setaf $PROMPT_COLOR_BASE3 + tput setaf $PROMPT_COLOR_ALWAYS_BASE3 echo -n "$text" tput sgr0 tput rc