Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

block comments #3

Closed
DontBeAlarmed opened this issue Aug 12, 2024 · 1 comment
Closed

block comments #3

DontBeAlarmed opened this issue Aug 12, 2024 · 1 comment

Comments

@DontBeAlarmed
Copy link

DontBeAlarmed commented Aug 12, 2024

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

@HYP3R00T
Copy link
Owner

HYP3R00T commented Sep 7, 2024

We have a new issue with a similar concern. Please follow #4 . I am closing this issue.

@HYP3R00T HYP3R00T closed this as completed Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants