fix: crates

This commit is contained in:
Strix 2025-03-04 22:34:13 +01:00
parent ea70650c45
commit eb3e637462
15 changed files with 487 additions and 14 deletions

10
crates/vim/ideavimrc Normal file
View file

@ -0,0 +1,10 @@
source ~/.vimrc
set scrolloff=5
set incsearch
map Q gq
Plug 'machakann/vim-highlightedyank'
Plug 'tpope/vim-commentary'
Plug 'wellle/targets.vim'