Sha256: 49c2b9e3ec57c4d81a58da903d6dd337df79adec7508bcfa9514e40e5573eacb

Contents?: true

Size: 484 Bytes

Versions: 4

Compression:

Stored size: 484 Bytes

Contents

" 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

4 entries across 4 versions & 1 rubygems

Version Path
salted-rails-0.0.6 salt/editors/vim/vimrc
salted-rails-0.0.5 salt/editors/vim/vimrc
salted-rails-0.0.4 salt/editors/vim/vimrc
salted-rails-0.0.2 salt/editors/vim/vimrc