74th / vscode-vim

vim emulator for Visual Studio Code
MIT License
215 stars 25 forks source link

vimrc support not documented #19

Closed mloskot closed 8 years ago

mloskot commented 8 years ago

There is no mention of support for .vimrc, _vimrc or a variation in the docs/README.

Scanning through the source code shows nothing related to use of the config files. Is it considered, planned?

74th commented 8 years ago

I don't plan to support .vimrc. A goal of this extension is not to improve vim emulation, is to improve more friendly with vscode. If you want settings of vim, please request them.

mloskot commented 8 years ago

I assume, you also mean there is no plan for custom config file, like vsvimrc in VsVim. Yes, that's what I mean, setting e.g. custom mappings. I'll open a related request, thanks.

mloskot commented 8 years ago

Actually, I should keep it open as I think that caveat should be documented in the README.