feat(home): .ideavimrc improvements
This commit is contained in:
parent
1fd3f2dabd
commit
7cb2a1e7cd
1 changed files with 7 additions and 0 deletions
|
@ -43,6 +43,13 @@ set shortmess=filnxtToOF
|
||||||
Plug 'tpope/vim-commentary'
|
Plug 'tpope/vim-commentary'
|
||||||
" s action, such as cs"' (replace " with '), ds" (unquote)
|
" s action, such as cs"' (replace " with '), ds" (unquote)
|
||||||
Plug 'tpope/vim-surround'
|
Plug 'tpope/vim-surround'
|
||||||
|
" similar to flash.nvim
|
||||||
|
Plug 'justinmk/vim-sneak'
|
||||||
|
let g:sneak#label = 1
|
||||||
|
let g:sneak#s_next = 1
|
||||||
|
let g:sneak#absolute_dir = 1
|
||||||
|
" More textobjects
|
||||||
|
set mini-ai
|
||||||
" Enable the whichkey plugin, available on Jetbrains marketplace
|
" Enable the whichkey plugin, available on Jetbrains marketplace
|
||||||
set which-key
|
set which-key
|
||||||
" Extended matching. A Neovim default plugin.
|
" Extended matching. A Neovim default plugin.
|
||||||
|
|
Loading…
Reference in a new issue