From be4bf1a6ba2ca7d59fae19cc262fd12c52d8eb58 Mon Sep 17 00:00:00 2001 From: Mark Vainomaa Date: Sun, 29 Jan 2017 14:35:00 +0200 Subject: [PATCH] Add automatic pathenses and whitespace stripper --- neostrophic.vim | 8 ++++++++ 1 file changed, 8 insertions(+) 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