From c8e3090787278bcea085497b9b7abce75f709292 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Mon, 8 Oct 2018 09:55:32 +0100 Subject: [PATCH] remove vim-instant-markdown --- vimrc | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/vimrc b/vimrc index 73eacd2..afd0bb2 100644 --- a/vimrc +++ b/vimrc @@ -121,7 +121,7 @@ Plug 'junegunn/vim-easy-align' " vim-instant-markdown " https://github.com/suan/vim-instant-markdown -Plug 'suan/vim-instant-markdown' +" Plug 'suan/vim-instant-markdown' " asyncomplete.vim " https://github.com/prabirshrestha/asyncomplete.vim @@ -1024,16 +1024,17 @@ inoremap {{{ {{}} inoremap (( () inoremap ( ()O inoremap (; (); +inoremap (, (), -inoremap [[ [] +inoremap [[ [] inoremap [ []O -inoremap "" "" +inoremap "" "" inoremap """ "" -inoremap "; ""; -inoremap '' '' +inoremap "; ""; +inoremap '' '' inoremap ''' '' -inoremap '; ''; +inoremap '; ''; "}}} @@ -1055,6 +1056,10 @@ iabbrev h100; height: 100%; iabbrev pabs; position: absolute; iabbrev pfix; position: fixed; iabbrev prel; position: relative; +iabbrev fdr; flex-direction: row; +iabbrev fdc; flex-direction: column; +iabbrev jcc; justify-content: center; +iabbrev aic; align-items: center; iabbrev t0; top: 0; iabbrev b0; bottom: 0; iabbrev l0; left: 0;