diff options
Diffstat (limited to '.vimrc')
| -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 |
