summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 27b2e04..5b6de1d 100644
--- a/.vimrc
+++ b/.vimrc
@@ -184,7 +184,7 @@ let g:ale_cursor_detail = 1 " preview window will open automatically on cu
let g:ale_linters = {
\ 'go': ['gopls'],
\}
-" let g:go_fmt_command="gopls"
+let g:go_fmt_command="gopls"
let g:go_gopls_gofumpt=1
let g:ale_completion_enabled = 1
let g:ale_disable_lsp = 0