From 4a8915cf9402b762c35742f6253f31142931d41d Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 2 Apr 2024 20:15:46 +0000 Subject: [PATCH] feat: configure Astronvim --- config/nvim/lua/user/plugins/community.lua | 4 ++++ config/shells/common/settings.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 config/nvim/lua/user/plugins/community.lua diff --git a/config/nvim/lua/user/plugins/community.lua b/config/nvim/lua/user/plugins/community.lua new file mode 100644 index 0000000..abd4fcb --- /dev/null +++ b/config/nvim/lua/user/plugins/community.lua @@ -0,0 +1,4 @@ +return { + "AstroNvim/astrocommunity", + { import = "astrocommunity.pack.terraform" }, +} diff --git a/config/shells/common/settings.sh b/config/shells/common/settings.sh index c292fc6..75f2bb7 100644 --- a/config/shells/common/settings.sh +++ b/config/shells/common/settings.sh @@ -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"