gofumpt is a static dep of gopls, no need for the note to self

Thu, 08 Jul 2021 12:58:18 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 08 Jul 2021 12:58:18 -0500
changeset 922
c43cb588aa41
parent 921
e6f397129333
child 923
1bb170fcd13b

gofumpt is a static dep of gopls, no need for the note to self

.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc
+++ b/.vimrc
@@ -365,7 +365,6 @@ augroup vim-lsp
   autocmd User lsp_buffer_enabled call s:on_lsp_buffer_enabled()
 augroup END
 
-" go install mvdan.cc/gofumpt@latest
 let g:lsp_settings = {
   \ 'gopls': {
     \ 'workspace_config': { 'gopls': { 'formatter.gofumpt': v:true } },

mercurial