Vim icon indicating copy to clipboard operation
Vim copied to clipboard

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

Open chenbq18 opened this issue 1 year ago • 0 comments

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!

chenbq18 avatar Sep 18 '24 01:09 chenbq18