xeluxee

Results 50 comments of xeluxee

Interesting, thanks But how to use it in normal mode? Something like `gt3j` to toggle comments on the next 3 lines?

Why not including it in extra mappings? A user can still disable it by setting `` if he don't like this feature

I thought to `gC` but maybe someone else could give us a better suggestion > I am also assuming that the user will also want this "flip-flop" to be used...

> It is not perfect but it does the job for me Nice, thank you! I've only found two issues using your function: - Indentation: while commenting a block with...

> @xeluxee I quickly updated (by borrowing the indentation code from the actual plugin) it to address the issues you mentioned, hopefully that makes it also good enough for you...

> Hello, my terminal is xterm, why is this effect I tried to use the default settings of the terminal, and the default settings of the theme, but still this...

Please tell us what neovim version are you using. Have you tried to update `onedark.nvim`? What commit are you using?

Can you share your config, in particular how you're calling onedark's setup function? Also please note that we aren't using vimscript, so this error probably comes from onedark.**vim** and not...

Why not using custom highlights? https://github.com/navarasu/onedark.nvim#customization

> Is there a way to customize those colors in this `highlights` block that I missed? You can change `DiagnosticHint`, `DiagnosticVirtualTextHint` and `DiagnosticUnderlineHint` attributes as any other highlight group But...