Just a couple of small tweaks.
I installed
vim-rails and made a few small edits to my .vimrc file you can see below:
set nocompatible
set nu
set tabstop=2
set shiftwidth=2
set softtabstop=2
set ai
set columns=100
set lines=50
set expandtab
set smarttab
let g:rubycomplete_rails = 1
syntax on
I'm more than open to any further suggestions to my .vimrc
No comments:
Post a Comment