vishalbalaji

Results 10 comments of vishalbalaji

Hello, I've facing the same issue in JSX code and there seems to be no activity regarding this. Just want to make sure whether there is a solution to this...

Hey @JoosepAlviste, I have mainly noticed this being an issue when commenting out entire components. All the code even within the component becomes uncommentable as seen in the GIF below....

I have a question regarding how conceal selects which capture group to conceal. If there are multiple capture groups in a query, then `#set! conceal` targets the first capture group...

I know that this is an old issue, but I was also searching for such a solution and I came upon this. I made a minimal configuration based on this...

@smaven Great catch! This is something I realized about a month ago, but I have been a bit busy with work lately and haven't been able to work on this...

Hi @smaven, thank you for opening this issue! This feature has been pushed and is available from `v2.3.0` onward.

@smaven Thanks for pointing this out! Fix has been pushed in `v2.3.1`.

```lua local M = { "hrsh7th/nvim-cmp", enabled = true, event = "VeryLazy", dependencies = { "hrsh7th/cmp-nvim-lsp", "hrsh7th/cmp-buffer", "hrsh7th/cmp-path", "hrsh7th/cmp-cmdline", "hrsh7th/cmp-emoji", 'saadparwaiz1/cmp_luasnip', require("config.plugins.lsp.luasnip"), }, } local kind_icons = { Text =...

Hey CJ! I don't know if this is the appropriate place to share this, but I made a fork of this repo with modules, so to speak, that you can...

Hey @smaven, sorry for the late reply, have been a bit busy this past week. I looked into this issue and its mainly happening because I am disabling `refetchOnMount` by...