Dont enable go for lazyvim since it may not be installed

Closes #306
This commit is contained in:
David Heinemeier Hansson
2025-02-04 14:46:03 +01:00
parent b0ec50e251
commit aeb2ca27ec
2 changed files with 0 additions and 7 deletions

View File

@@ -1,4 +0,0 @@
{
"extras": [ "lazyvim.plugins.extras.lang.go" ],
"version": 6
}

View File

@@ -20,9 +20,6 @@ if [ ! -d "$HOME/.config/nvim" ]; then
# Default to Tokyo Night theme
cp ~/.local/share/omakub/themes/tokyo-night/neovim.lua ~/.config/nvim/lua/plugins/theme.lua
# Enable default extras
cp ~/.local/share/omakub/configs/neovim/lazyvim.json ~/.config/nvim/lazyvim.json
fi
# Replace desktop launcher with one running inside Alacritty