Sha256: 10579d33280021d70e897e7cf085d85ec19a35bc8d38a952e7f03f911a23e3c5

Contents?: true

Size: 671 Bytes

Versions: 3

Compression:

Stored size: 671 Bytes

Contents

execute pathogen#infect()

map <C-n> :NERDTreeToggle<CR>
" open a NERDTree automatically when vim starts up if no files were specified
" autocmd vimenter * if !argc() | NERDTree | endif
"
source $VIMRUNTIME/mswin.vim

if has("gui_running")
colorscheme murphy
else
colorscheme murphy
endif
set modeline
set ignorecase
set smartcase
set incsearch
set expandtab
" set hlsearch
set scrolloff=5
set showmatch
set autoindent
set tabstop=8
set shiftwidth=2

syntax on             " Enable syntax highlighting
filetype on           " Enable filetype detection
" filetype indent on    " Enable filetype-specific indenting
filetype plugin on    " Enable filetype-specific plugins

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
salted-rails-0.0.9 salt/editors/vim/vimrc
salted-rails-0.0.8 salt/editors/vim/vimrc
salted-rails-0.0.7 salt/editors/vim/vimrc