# HG changeset patch # User Meredith Howard # Date 1625767159 18000 # Node ID 1bb170fcd13bec5ea75edfbda9f86d62e243c12b # Parent c43cb588aa41e7e94f9083a861c0bfeb140f4b26 cursed: gopls ignores structured or namespaced config, only the final key name matters diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -367,7 +367,7 @@ augroup END let g:lsp_settings = { \ 'gopls': { - \ 'workspace_config': { 'gopls': { 'formatter.gofumpt': v:true } }, + \ 'workspace_config': { 'gopls': { 'gofumpt': v:true } }, \ }, \ }