Skip to content

Commit

Permalink
Stop comments on new lines, quit quickfix with Q and add Dracula theme
Browse files Browse the repository at this point in the history
  • Loading branch information
David Wooldridge committed May 10, 2017
1 parent 8bb85f7 commit b01c11b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set autoindent " auto indent new lines
set linebreak " enable linebreaks
set showbreak=>> " what to put infront of linebreaks
set breakindent " preserve horizontal blocks
set formatoptions+=j " remove comments when joining lines
set formatoptions+=j formatoptions-=or " remove comments when joining lines
set nostartofline " keep cursor in same column
set history=200 " set command and search history
set noerrorbells " don't annoy me
Expand Down Expand Up @@ -169,6 +169,7 @@ Plug 'chr4/sslsecure.vim'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'danro/rename.vim'
Plug 'dougireton/vim-chef'
Plug 'dracula/vim'
Plug 'duff/vim-bufonly'
Plug 'dyng/ctrlsf.vim'
Plug 'editorconfig/editorconfig-vim'
Expand Down Expand Up @@ -314,7 +315,7 @@ inoreabbrev teh the
cnoreabbrev Wq wq
cnoreabbrev WQ wq
cnoreabbrev W w
cnoreabbrev Q q
cnoreabbrev Q ccl<cr>
" }}}

" Variables {{{
Expand Down

0 comments on commit b01c11b

Please sign in to comment.