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,
|
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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@
|
||||||
brews = [
|
brews = [
|
||||||
"raylib"
|
"raylib"
|
||||||
"watchman"
|
"watchman"
|
||||||
|
"vite"
|
||||||
];
|
];
|
||||||
casks = [
|
casks = [
|
||||||
"ghostty"
|
"ghostty"
|
||||||
|
|
@ -58,6 +59,7 @@
|
||||||
"segger-jlink"
|
"segger-jlink"
|
||||||
"docker-desktop"
|
"docker-desktop"
|
||||||
"whatsapp"
|
"whatsapp"
|
||||||
|
"slack"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue