cursed: gopls ignores structured or namespaced config, only the final key name matters

Thu, 08 Jul 2021 12:59:19 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 08 Jul 2021 12:59:19 -0500
changeset 923
1bb170fcd13b
parent 922
c43cb588aa41
child 924
0726a063b1d2

cursed: gopls ignores structured or namespaced config, only the final key name matters

.vimrc file | annotate | diff | comparison | revisions
--- 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 } },
   \ },
 \ }
 

mercurial