inline_edit.vim

This commit is contained in:
ManjaroOne666 2018-08-26 16:04:56 +01:00
parent 897a1efb9c
commit 0fec5cf48a
1 changed files with 13 additions and 0 deletions

View File

@ -141,6 +141,10 @@ Plug 'suan/vim-instant-markdown'
Plug 'prabirshrestha/async.vim'
Plug 'prabirshrestha/vim-lsp'
" inline_edit.vim
" https://github.com/AndrewRadev/inline_edit.vim
Plug 'AndrewRadev/inline_edit.vim'
call plug#end()
"}}}
@ -149,6 +153,15 @@ runtime macros/matchit.vim
" #plugin settings{{{
" inline_edit.vim
let g:inline_edit_patterns = [{
\ 'main_filetype': '*html',
\ 'sub_filetype': 'scss',
\ 'indent_adjustment': 1,
\ 'start': '<style\>[^>]*lang=.scss[^>]*>',
\ 'end': '</style>'
\ }]
" asyncomplete.vim
"{{{
" let g:asyncomplete_auto_popup = 0