Add automatic pathenses and whitespace stripper
This commit is contained in:
parent
85a4050832
commit
be4bf1a6ba
@ -112,6 +112,11 @@ Plug 'justinmk/molokai'
|
|||||||
" Startup screen
|
" Startup screen
|
||||||
Plug 'mhinz/vim-startify'
|
Plug 'mhinz/vim-startify'
|
||||||
|
|
||||||
|
" Remove trailing whitespace
|
||||||
|
Plug 'thirtythreeforty/lessspace.vim'
|
||||||
|
|
||||||
|
" Automatic pathenses
|
||||||
|
Plug 'jiangmiao/auto-pairs'
|
||||||
|
|
||||||
" Undo tree
|
" Undo tree
|
||||||
Plug 'sjl/gundo.vim'
|
Plug 'sjl/gundo.vim'
|
||||||
@ -317,6 +322,9 @@ nnoremap <Leader>m :Unite menu:neostrophic_menu -start-insert -ignorecase<CR>
|
|||||||
" SuperTab
|
" SuperTab
|
||||||
let g:SuperTabDefaultCompletionType = "<c-n>"
|
let g:SuperTabDefaultCompletionType = "<c-n>"
|
||||||
|
|
||||||
|
" LessSpace
|
||||||
|
let g:lessspace_blacklist = ['markdown']
|
||||||
|
|
||||||
" --- Keymaps
|
" --- Keymaps
|
||||||
" Commonly used commands
|
" Commonly used commands
|
||||||
nnoremap <silent> <C-z> :u<CR>
|
nnoremap <silent> <C-z> :u<CR>
|
||||||
|
Reference in New Issue
Block a user