-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
.vimrc
Jason Fields edited this page May 23, 2025
·
4 revisions
Currently, only remap commands are recognized in .vimrc
files. All other commands, such as set
or if
are silently ignored.
Add the following to settings.json
, editing vim.vimrc.path
appropriately:
"vim.vimrc.enable": true,
"vim.vimrc.path": "~/.vimrc",
Run Vim: Edit .vimrc
from the command palette. This command's ID is vim.editVimrc
.
See :help map.txt
. Not all advanced features, such as <expr>
, are supported.