You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,16 @@ for setting up a Vim-based Golang development environment.
16
16
-[Fatih's vim-go plugin](https://github.com/fatih/vim-go), providing syntax highlight, gocode integration for autocompletion, and more.
17
17
- See the[vim-go](https://github.com/fatih/vim-go) README for more info on how you can easily enable additional included features.
18
18
-[GoCode Go completion engine](https://github.com/nsf/gocode)
19
-
-[Valloric's YouCompleteMe](https://github.com/Valloric/YouCompleteMe) for as-you-type completion (NB: Requires uncommenting the YouCompleteMe role in playbook.yml!)
20
19
-[Git](http://git-scm.com/)
21
20
-[Tig - text mode interface to git](http://jonas.nitro.dk/tig/)
22
21
-[gdb - the GNU debugger](http://www.gnu.org/software/gdb)
23
22
-[cgdb - Curses based user interface to gdb](https://cgdb.github.io)
24
23
24
+
##Optional ingredients (Uncomment roles in playbook.yml)
25
+
26
+
-[Valloric's YouCompleteMe](https://github.com/Valloric/YouCompleteMe) for as-you-type completion (NB: Requires uncommenting the YouCompleteMe role in playbook.yml!)).
27
+
-[Apache Mesos](http://mesos.apache.org) - An open source computer cluster manager. (UI on[localhost:5050](http://localhost:5050)).