Created
January 18, 2011 01:04
Revisions
-
katspaugh revised this gist
Oct 28, 2011 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,6 +16,7 @@ set nocp set noignorecase set nowrap set number set pastetoggle=<F2> set showcmd set smartindent set smarttab -
katspaugh created this gist
Jan 18, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,34 @@ set encoding=utf-8 fileencodings=utf-8 syntax on "syntax sync fromstart let no_buffers_menu=1 set backspace=indent,eol,start set history=50 set hlsearch set incsearch set laststatus=2 statusline=%<%f\ %h%m%r%=[FENC:%7.(%{&fenc}%)]\ %14.(%l,%c%V%)\ \ \ %P set list listchars=tab:»·,trail:·,eol:¶,extends:❭,precedes:❬ set mouse=a ttymouse=xterm2 set mousemodel=popup set nocp set noignorecase set nowrap set number set showcmd set smartindent set smarttab set tabstop=4 shiftwidth=4 set termencoding=utf8 set wildmenu au! BufRead,BufNewFile *.json setfiletype javascript autocmd FileType css set omnifunc=csscomplete#CompleteCSS autocmd FileType html set omnifunc=htmlcomplete#CompleteTags autocmd FileType javascript set omnifunc=javascriptcomplete#CompleteJS autocmd FileType xml set omnifunc=xmlcomplete#CompleteTags "set foldcolumn=2 "set foldenable "set foldmethod=manual