Skip to content

Commit

Permalink
Merge pull request #75 from kevinmcconnell/add-go
Browse files Browse the repository at this point in the history
Configure for Go development
  • Loading branch information
dhh authored Jun 10, 2024
2 parents 1278556 + 2978e9c commit a8815be
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/lazyvim.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extras": [ "lazyvim.plugins.extras.lang.go" ],
"version": 6
}
3 changes: 3 additions & 0 deletions install/app-neovim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ sudo apt install -y neovim
if [ ! -d "$HOME/.config/nvim" ]; then
git clone https://github.com/LazyVim/starter ~/.config/nvim
cp ~/.local/share/omakub/themes/neovim/tokyo-night.lua ~/.config/nvim/lua/plugins/theme.lua

# Enable default extras
cp ~/.local/share/omakub/configs/lazyvim.json ~/.config/nvim/lazyvim.json
fi
3 changes: 3 additions & 0 deletions install/app-vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ cp ~/.local/share/omakub/configs/vscode.json ~/.config/Code/User/settings.json

# Install default supported themes
code --install-extension enkia.tokyo-night

# Install default language extensions
code --install-extension golang.go
1 change: 1 addition & 0 deletions install/mise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ sudo apt install -y mise
# Install default languages
mise use --global [email protected]
mise use --global node@lts
mise use --global go@latest

0 comments on commit a8815be

Please sign in to comment.