diff options
-rw-r--r-- | .vim/after/plugin/lsp.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/after/plugin/lsp.vim b/.vim/after/plugin/lsp.vim index cbc5b15..63a9fd2 100644 --- a/.vim/after/plugin/lsp.vim +++ b/.vim/after/plugin/lsp.vim @@ -28,6 +28,9 @@ if executable('gopls') \ 'name': 'gopls', \ 'cmd': {server_info->['gopls']}, \ 'allowlist': ['go'], + \ 'initialization_options': { + \ 'ui.completion.usePlaceholders': v:true, + \ }, \ }) endif |