]> Vexing Labs - dotfiles.git/commitdiff
Add vim-go to vim config.
authorAdam A.G. Shamblin <adam.shamblin@gmail.com>
Sat, 1 Jul 2017 04:44:28 +0000 (22:44 -0600)
committerAdam A.G. Shamblin <adam.shamblin@gmail.com>
Sat, 1 Jul 2017 04:44:28 +0000 (22:44 -0600)
.gitmodules
dotbash_profile
dotvim/bundle/vim-go [new submodule]

index 5bd8c56f28c86dea1f13f75ee19a0d4bb187d725..c1a51b18297bdeae1064531c04fd7c4a95b91563 100644 (file)
@@ -16,3 +16,6 @@
 [submodule "dotvim/bundle/jshint.vim"]
        path = dotvim/bundle/jshint.vim
        url = https://github.com/walm/jshint.vim.git
+[submodule "dotvim/bundle/vim-go"]
+       path = dotvim/bundle/vim-go
+       url = git@github.com:fatih/vim-go.git
index 47cc5c4b9a9a0752d07c7ce43ef99b09cf0593a9..c596ab8c45791720987ad446c62d59fa003a792a 100644 (file)
@@ -103,6 +103,15 @@ export SCALA_HOME=/usr/local/bin/scala
 export PLAY_PATH="/usr/local/play"
 export PATH=$PATH:$PLAY_PATH
 
+##################################################
+#
+#   Go Stuffs
+#
+##################################################
+
+export GOPATH=$HOME/Projects/go
+export PATH=$PATH:$(go env GOPATH)/bin
+
 ##################################################
 #
 #   SSH hosts autocomplete
@@ -141,3 +150,8 @@ PATH="/Library/Frameworks/Python.framework/Versions/3.5/bin:${PATH}"
 export PATH
 
 [[ -s "$HOME/.profile" ]] && source "$HOME/.profile"
+
+# Setting PATH for Python 3.6
+# The original version is saved in .bash_profile.pysave
+PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}"
+export PATH
diff --git a/dotvim/bundle/vim-go b/dotvim/bundle/vim-go
new file mode 160000 (submodule)
index 0000000..bcf3f23
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit bcf3f23dd76f39f3c3b840e3f95772ab46312219