remove vim-instant-markdown
This commit is contained in:
parent
89728b0153
commit
c8e3090787
7
vimrc
7
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,6 +1024,7 @@ inoremap {{{ {{}}<Left><Left>
|
|||
inoremap (( ()<Left>
|
||||
inoremap (<CR> (<CR>)<C-o>O
|
||||
inoremap (; ();<Left><Left>
|
||||
inoremap (, (),<Left><Left>
|
||||
|
||||
inoremap [[ []<Left>
|
||||
inoremap [<CR> [<CR>]<C-o>O
|
||||
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue