X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/22a362a0e4ef1f84641e3cae2c0933b75729def9..3fc9324bb4eedbdf29f39afc772bdb9d75cea28b:/vim/vimrc?ds=inline diff --git a/vim/vimrc b/vim/vimrc index f9f891c..ad9e355 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -58,6 +58,10 @@ Plugin 'justinmk/vim-sneak' Plugin 'chrisbra/checkattach' Plugin 'nathanaelkane/vim-indent-guides' +Plugin 'kana/vim-textobj-user' +Plugin 'julian/vim-textobj-variable-segment' +Plugin 'sgur/vim-textobj-parameter' + " remove entries first set runtimepath -=$HOME/.vim set runtimepath -=$HOME/.vim/after @@ -168,7 +172,7 @@ set foldmethod=marker " folding type set foldlevelstart=0 " value for 'foldlevel' when starting to edit a file " save and restore folds -set viewoptions=folds,cursor " don't save local options +set viewoptions=cursor " only save cursor position " diff mode {{{2 set diffopt=filler,vertical