Skip to content

Commit

Permalink
feat: configure Astronvim
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Apr 2, 2024
1 parent d983e95 commit 4a8915c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions config/nvim/lua/user/plugins/community.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
return {
"AstroNvim/astrocommunity",
{ import = "astrocommunity.pack.terraform" },
}
4 changes: 2 additions & 2 deletions config/shells/common/settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export PATH="$HOME/.local/bin:$HOME/.yarn/bin:$HOME/bin:$HOME/flutter/bin:$PYENV
export GOENV_ROOT="$HOME/.goenv"
export PATH="$GOENV_ROOT/bin:$PATH"
eval "$(goenv init -)"
export PATH="$GOROOT/bin:$PATH"
export PATH="$PATH:$GOPATH/bin"
#export PATH="$GOROOT/bin:$PATH"
#export PATH="$PATH:$GOPATH/bin"

# Pyenv configuration
export PYENV_ROOT="$HOME/.pyenv"
Expand Down

0 comments on commit 4a8915c

Please sign in to comment.