diff --git a/vim/plugins_config.vim b/vim/plugins_config.vim index ccf323b..817cffb 100644 --- a/vim/plugins_config.vim +++ b/vim/plugins_config.vim @@ -1,11 +1,12 @@ """" PLUGINS CONFIGURATION -let g:ack_default_options = " --cc --cpp --shell --python --html --js --vue" +let g:ack_default_options = " --go --cc --cpp --shell --python --html --js --vue" " ALE configuration let g:ale_set_balloons = 1 " enable tooltips let g:ale_fixers = { \ '*': ['remove_trailing_lines', 'trim_whitespace'], \ 'bash': ['shfmt'], + \ 'sh': ['shfmt'], \ 'json': ['prettier'], \ 'c': ['clang-format'], \ 'cpp': ['clang-format'],