diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-09 01:20:35 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-09 01:20:35 +0100 |
| commit | 20eb9dd32088aa2002af0c9d93eea2dcdfe5c26a (patch) | |
| tree | afb787bb7d7418ec683196913f656ead0785c6e1 | |
| parent | 91d8eaad6b397a220d5cbc5f486665aed2cba98a (diff) | |
Re-enable go fmt
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
