Compare commits
2 commits
e0cca967de
...
3e32d501af
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e32d501af | |||
| 95807d622e |
2 changed files with 3 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ lspconfig.gopls.setup {
|
|||
},
|
||||
autostart = true,
|
||||
root_dir = lspconfig.util.root_pattern(".git","go.mod"),
|
||||
init_options = {usePlaceholders = true, completeUnimported = true},
|
||||
init_options = {usePlaceholders = false, completeUnimported = true},
|
||||
-- capabilities = capabilities,
|
||||
single_file_support = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
brews = [
|
||||
"raylib"
|
||||
"watchman"
|
||||
"vite"
|
||||
];
|
||||
casks = [
|
||||
"ghostty"
|
||||
|
|
@ -58,6 +59,7 @@
|
|||
"segger-jlink"
|
||||
"docker-desktop"
|
||||
"whatsapp"
|
||||
"slack"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue