feat: setup nvim-cmp, go, removed redundancy

This commit is contained in:
2025-05-29 22:06:07 -07:00
parent 877b8075bf
commit eb87b8d807
8 changed files with 105 additions and 51 deletions

View File

@@ -20,6 +20,9 @@ in
envExtra =
''
export PATH="$PATH:$HOME/.rokit/bin"
export GOPATH="$HOME/go"
export GOBIN="$HOME/go/bin"
export PATH="$GOBIN:$PATH"
''
+ "\n"
+ aliases;