You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: