Compare commits

...

2 commits

Author SHA1 Message Date
3e32d501af Don't use placeholders with gopls. 2025-09-05 18:54:06 -07:00
95807d622e [macbook] Add vite and slack. 2025-09-05 18:54:06 -07:00
2 changed files with 3 additions and 1 deletions

View file

@ -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;
} }

View file

@ -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"
]; ];
}; };