vim

Vim Powershell Colorscheme

How to setup your VIM in Powershell so you can edit Python code. I was looking to code some Python in Windows 10. The default colorscheme that appears in VIM in Powershell is all blue. I am documenting the setup and which color scheme looks good for Python programming on Windows 10 in this post. Step 1 Make sure VIM is in your PATH Make sure you can run vim.exe from powershell terminal.

Test Driven Development With Golang on OSX

How to do Test Driven Development with Go on OSX You are looking to start using TDD, but you want a simple tool setup to automate running your tests and giving you the red green display. I have been trying out different setups for programming Go with TDD on OSX, and I am going to show you one that is easy to setup. This post will cover the setup you need to code in one screen and have your tests automatically run and output in another screen.