Add automatic pathenses and whitespace stripper
This commit is contained in:
parent
85a4050832
commit
be4bf1a6ba
@ -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>
|
||||
|
Reference in New Issue
Block a user