Template:GoFlag: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 45: | Line 45: | ||
'''vim + go:''' | '''vim + go:''' | ||
vim setup: use pathogen to manage vim bundles | our vim + go setup: | ||
* use pathogen to manage vim bundles | |||
* install vim-go bundle | |||
* install custom solarized scheme (includes go-specific colors) | |||
* customize go syntax highlighting | |||
[[Go/Vim Solarized]] | [[Go/Vim Solarized]] | ||
Revision as of 22:44, 25 December 2018
|
|
Go notes on Go
Go/Strings · Go/Arrays · Go/Slices
Go/Lists · Go/Maps · Go/Stacks · Go/Queues
Go/Naming Conventions · Go/Design Patterns
Go/Timing · Go/Profiling · Go/Benchmarking
Go/Tests · Go/Travis CI · Go/Makefiles vim + go: our vim + go setup:
|