# HG changeset patch # User Meredith Howard # Date 1625767098 18000 # Node ID c43cb588aa41e7e94f9083a861c0bfeb140f4b26 # Parent e6f397129333fc662f0e912bdbe3caee075e68e1 gofumpt is a static dep of gopls, no need for the note to self diff --git a/.vimrc b/.vimrc --- 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 } },