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
I'd use block comments to mark areas like this until they're sorted out
// vim_start
"vim.sneak": true,
......
"vim.useSystemClipboard": true,
// vim_end
Now my settings look like this
"vim.sneak": true, // vim_start
......
"vim.useSystemClipboard": true, // vim_end
I think this is fine too
The text was updated successfully, but these errors were encountered:
I'd use block comments to mark areas like this until they're sorted out
// vim_start
"vim.sneak": true,
......
"vim.useSystemClipboard": true,
// vim_end
Now my settings look like this
"vim.sneak": true, // vim_start
......
"vim.useSystemClipboard": true, // vim_end
I think this is fine too
The text was updated successfully, but these errors were encountered: