summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-11-09 01:20:35 +0100
committerAhmed Abdelhalim <[email protected]>2025-11-09 01:20:35 +0100
commit20eb9dd32088aa2002af0c9d93eea2dcdfe5c26a (patch)
treeafb787bb7d7418ec683196913f656ead0785c6e1 /.vimrc
parent91d8eaad6b397a220d5cbc5f486665aed2cba98a (diff)
Re-enable go fmt
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