The aim of this is to setup vim for golang development on my mac. Things that we are looking for is:
- autocomplete especially for buildin method and variables in the same file
- shortcut for running test and building code
- method listing
-
Make sure I have xcode commandline installed so that I can install the latest vim using brew in the next step without getting some sort of ruby error
xcode-select --install
-
Need to get latest vim with lua support