feat: setup nvim-cmp, go, removed redundancy
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user