Add automatic pathenses and whitespace stripper

This commit is contained in:
Mark Vainomaa 2017-01-29 14:35:00 +02:00
parent 85a4050832
commit be4bf1a6ba
1 changed files with 8 additions and 0 deletions

View File

@ -112,6 +112,11 @@ Plug 'justinmk/molokai'
" Startup screen
Plug 'mhinz/vim-startify'
" Remove trailing whitespace
Plug 'thirtythreeforty/lessspace.vim'
" Automatic pathenses
Plug 'jiangmiao/auto-pairs'
" Undo tree
Plug 'sjl/gundo.vim'
@ -317,6 +322,9 @@ nnoremap <Leader>m :Unite menu:neostrophic_menu -start-insert -ignorecase<CR>
" SuperTab
let g:SuperTabDefaultCompletionType = "<c-n>"
" LessSpace
let g:lessspace_blacklist = ['markdown']
" --- Keymaps
" Commonly used commands
nnoremap <silent> <C-z> :u<CR>