The jshint thing is at https://github.com/wookiehangover/jshint.vim and my .vimrc has:
syntax on set incsearch set hlsearch set ignorecase set tabstop=2 set expandtab set shiftwidth=2 set visualbell filetype plugin on filetype plugin indent on set background=dark autocmd FileType python set omnifunc=pythoncomplete#Complete autocmd FileType javascript set omnifunc=javascriptcomplete#CompleteJS autocmd FileType html set omnifunc=htmlcomplete#CompleteTags autocmd FileType css set omnifunc=csscomplete#CompleteCSS autocmd FileType xml set omnifunc=xmlcomplete#CompleteTags autocmd FileType php set omnifunc=phpcomplete#CompletePHP autocmd FileType c set omnifunc=ccomplete#Complete On Wed, Aug 01, 2012 at 12:38:00PM -0700, Nate Angell wrote: > ooo, can I get your vim config? ;) > > = nate > > On Wed, Aug 1, 2012 at 12:21 PM, D. Stuart Freeman > <[email protected]> wrote: > > I'm looking at SAKIII-6056 which concerns creating configs to make > > editors conform to our code style guidelines. So I'd like to know what > > editor you're using and if you've done any customization like this. That > > way we'll have an idea where to focus effort, and who to crib configs > > from ;) > > > > I'll start. > > > > I'm using vim, I've set some basic stuff like expandtabs, and tabwidth > > and I have a plugin that hilights jshint errors. > > > > -- > > D. Stuart Freeman > > Georgia Institute of Technology > > > > _______________________________________________ > > oae-dev mailing list > > [email protected] > > http://collab.sakaiproject.org/mailman/listinfo/oae-dev > > -- D. Stuart Freeman Georgia Institute of Technology
signature.asc
Description: Digital signature
_______________________________________________ oae-dev mailing list [email protected] http://collab.sakaiproject.org/mailman/listinfo/oae-dev
