diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-11-12 20:31:24 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-11-12 20:31:24 +0100 |
| commit | 3c0af3eb29030aa49bb60c58ca02f3c4a3686f3b (patch) | |
| tree | 403dbfade98f2691159da4f38a6fafc15af1d668 /.vimrc | |
| parent | bcc926c760ddc999236d98e0bd265b00ca4dd12d (diff) | |
Update ale and plug
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -176,6 +176,8 @@ 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_gopls_gofumpt=1 "Deoplete (Auto complete) "======================== |
