|
I like nvim-surround's delete function call operation (dsf); it's extremely handy. It's not built in to VS Code's vim plugin, though. Interestingly, I'm able to create function calls with that plugin (e.g. |
Answered by
kylechui
Jul 30, 2024
Replies: 1 comment 1 reply
|
There's no real "easy" way to do it with a Vim emulation; I might suggest instead using vscode-neovim, which would allow you to use an init.lua. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no real "easy" way to do it with a Vim emulation; I might suggest instead using vscode-neovim, which would allow you to use an init.lua.