diff --git a/neostrophic.vim b/neostrophic.vim index 1342e59..cee92e5 100644 --- a/neostrophic.vim +++ b/neostrophic.vim @@ -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 m :Unite menu:neostrophic_menu -start-insert -ignorecase " SuperTab let g:SuperTabDefaultCompletionType = "" +" LessSpace +let g:lessspace_blacklist = ['markdown'] + " --- Keymaps " Commonly used commands nnoremap :u