.vimrc

changeset 923
1bb170fcd13b
parent 922
c43cb588aa41
child 924
0726a063b1d2
equal deleted inserted replaced
922:c43cb588aa41 923:1bb170fcd13b
365 autocmd User lsp_buffer_enabled call s:on_lsp_buffer_enabled() 365 autocmd User lsp_buffer_enabled call s:on_lsp_buffer_enabled()
366 augroup END 366 augroup END
367 367
368 let g:lsp_settings = { 368 let g:lsp_settings = {
369 \ 'gopls': { 369 \ 'gopls': {
370 \ 'workspace_config': { 'gopls': { 'formatter.gofumpt': v:true } }, 370 \ 'workspace_config': { 'gopls': { 'gofumpt': v:true } },
371 \ }, 371 \ },
372 \ } 372 \ }
373 373
374 ">> Vimwiki 374 ">> Vimwiki
375 let g:vimwiki_auto_chdir = 1 375 let g:vimwiki_auto_chdir = 1

mercurial