Showing posts with label vim. Show all posts
Showing posts with label vim. Show all posts

Monday, January 12, 2015

rust in vim

I'm following through the Rust Programming Language book and I fired up VIM and had only basic syntax highlighting.  What I had to do to fix that was simple once I figured it out:

Copy the contents of the file https://github.com/rust-lang/rust/tree/master/src/etc/vim to ~/.vim .