VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.92k stars 1.32k forks source link

Vimscript support #5100

Open zky999 opened 4 years ago

zky999 commented 4 years ago

Is your feature request related to a problem? Please describe. Many vimers have their own vimscripts in the ${HOME}/.vimrc, so it's better we can import or write some vimscripts in this extension.

Describe the solution you'd like Some where in the user settings of this extension to write my own vimscripts.

Describe alternatives you've considered Noop.

Additional context No.

Shatur commented 4 years ago

There is vscode-neovim that just embeds Neovim inside VSCode.

J-Fields commented 3 years ago

We currently only support remaps through vimscript. More substantial support may come at some point, but it's a very large undertaking.