Don't use placeholders with gopls.
This commit is contained in:
@@ -25,7 +25,7 @@ lspconfig.gopls.setup {
|
|||||||
},
|
},
|
||||||
autostart = true,
|
autostart = true,
|
||||||
root_dir = lspconfig.util.root_pattern(".git","go.mod"),
|
root_dir = lspconfig.util.root_pattern(".git","go.mod"),
|
||||||
init_options = {usePlaceholders = true, completeUnimported = true},
|
init_options = {usePlaceholders = false, completeUnimported = true},
|
||||||
-- capabilities = capabilities,
|
-- capabilities = capabilities,
|
||||||
single_file_support = true;
|
single_file_support = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user