Chinmay Dalal

Results 215 comments of Chinmay Dalal

Yes, lsp semantic tokens override treesitter highlighting. I haven't implemented theming for semantic tokens, so you can either disable semantic tokens using `vim.lsp.semantic_tokens.stop()` or implement it and make a PR

You can instead make a PR implementing semantic token highlighting It's not too hard, I've already done it in https://git.sr.ht/~p00f/moduster.nvim and this colorscheme is similar to alabaster

Method calls and decorations aren't supposed to be highlighted

closing this until you fix this issue

it worked but was too slow i believe https://nvim-treesitter.zulipchat.com/#narrow/stream/252271-general/topic/General/near/215188572

yes, i'll fix this

I don't write C#, @Zorbn can you take a look? I'll update zig

Yes: https://github.com/zellij-org/zellij/blob/697723ddd30715e2997ad12352ea3c89ebdb7e17/zellij-utils/src/input/actions.rs#L356C The `Option` (second element in the tuple) should be a RunCommandAction with the given cwd: https://github.com/zellij-org/zellij/blob/697723ddd30715e2997ad12352ea3c89ebdb7e17/zellij-utils/assets/prost/api.action.rs#L239 instead of `None`

Can you reproduce this in vscode? I think I properly present whatever the server provides

I don't have a clone of the llvm repo at hand now so I would appreciate if you yourself could repro this in vscode