VSCodeVim / Vim

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

whether decide to turn on/off vim extension in vscode workspace based the edited file type? #9266

Open chenbq18 opened 2 months ago

chenbq18 commented 2 months ago

For example, I want to use vim mode in the edited latex file? However, for other types file don't use vim mode. How can I make parameters in settings.json? I try the below setting, but that's don't work! { "vim.enableNeovim": false, "editor.guides.bracketPairsHorizontal": true, "[latex]": { "vim.enableNeovim": true } }

Thx!