vim indent objects
This commit is contained in:
parent
409781abc2
commit
c2c0b63a5e
|
@ -56,6 +56,7 @@ Plug 'tpope/vim-surround' " quickly modify text surrounding objects
|
|||
Plug 'tpope/vim-speeddating' " vim knows about date-like text objects
|
||||
Plug 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all'} " fuzzy file finding
|
||||
Plug 'junegunn/fzf.vim' " helpers for using fzf in vim
|
||||
Plug 'michaeljsmith/vim-indent-object' " adds an indentation lebel text object
|
||||
|
||||
" plugins for specific file types
|
||||
Plug 'kchmck/vim-coffee-script', {'for': ['coffee', 'coffeescript', 'vue']}
|
||||
|
|
Reference in a new issue