chore: Update ideavimrc

Because IdeaVIM still hasn't support LUA, not even embedded LUA works
iirc.

REF: https://github.com/JetBrains/ideavim/discussions/402
REF: https://youtrack.jetbrains.com/issue/VIM-2463
This commit is contained in:
Ahmad Ansori Palembani 2024-05-24 06:59:48 +07:00
parent 1618377cc1
commit de2ce91538
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 12 additions and 47 deletions

View file

@ -1,9 +0,0 @@
" vim: filetype=vim
" augroup myvimrc
" au!
" au BufWritePost vim_idea so $MYVIMRC | if has('gui_running') | so $MYGVIMRC | endif
" augroup END
map <leader>r <Action>(RenameElement)
unmap <C-n>