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:
parent
1618377cc1
commit
de2ce91538
2 changed files with 12 additions and 47 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue