Pastebin

Paste #3815: vimrc

< previous paste - next paste>

Pasted by Anonymous Coward

Download View as text

set nocompatible
syntax on
set ts=2
set shiftwidth=2
set expandtab
retab
set autoindent
set ruler
set incsearch
set background=dark
set cursorline
set cursorcolumn
set number
nmap :ff :FufFile **/<CR>
autocmd BufWritePre * :%s/\s\+$//e
au BufRead,BufNewFile *.handlebars,*.hbs set ft=handlebars
autocmd! BufRead,BufNewFile *.less set filetype=less
execute pathogen#infect()
let g:enable_numbers = 0
set statusline=%<%f\ %h%m%r%{fugitive#statusline()}%=%-14.(%l,%c%V%)\ %P                                                                                              
set laststatus=2
au BufRead,BufNewFile /etc/nginx/*,/usr/local/nginx/conf/* if &ft == '' | setfiletype nginx | endif

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.