feat(home): .ideavimrc improvements

This commit is contained in:
punkfairie 2025-02-19 19:42:12 -08:00
parent 1fd3f2dabd
commit 7cb2a1e7cd
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -43,6 +43,13 @@ set shortmess=filnxtToOF
Plug 'tpope/vim-commentary'
" s action, such as cs"' (replace " with '), ds" (unquote)
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
set which-key
" Extended matching. A Neovim default plugin.