Skip to content

Instantly share code, notes, and snippets.

@artygus
Created April 11, 2017 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artygus/b6b5f813255afd95dfe507a4584719ce to your computer and use it in GitHub Desktop.
Save artygus/b6b5f813255afd95dfe507a4584719ce to your computer and use it in GitHub Desktop.
vimrc
execute pathogen#infect()
syntax on
filetype plugin indent on
set et
set sw=2
set ts=2
set hlsearch
au FileType python setl sw=2 sts=2 et
let g:ctrlp_user_command = 'ag %s -l --nocolor -g ""'
let g:ctrlp_working_path_mode = 0
map <F2> :NERDTreeToggle<CR>
map <F3> :NERDTreeFind<CR>
nnoremap <D-/> :call NERDComment(0,"toggle")<CR>
vnoremap <D-/> :call NERDComment(0,"toggle")<CR>
com Hlsp /\s\+$/
cnoreabbrev hlsp Hlsp
@artygus
Copy link
Author

artygus commented Apr 11, 2017

ls ~/.vim/bundle/
ag.vim            ctrlp.vim         nerdcommenter     nerdtree

@artygus
Copy link
Author

artygus commented Sep 27, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment