Michael Chris Lopez
Michael Chris Lopez
```lua lspconfig.vtsls.setup { filetypes = { "typescript", "javascript", "javascriptreact", "typescriptreact", "vue" }, settings = { vtsls = { tsserver = { globalPlugins = {} } }, }, before_init = function(params,...
You can temporarily disable semantic token for the client until it's fixed. ```lua client.server_capabilities.semanticTokensProvider = false ```
@catgoose you can try out vtsls if you don't mind changing a tool. https://github.com/yioneko/vtsls/issues/148#issuecomment-2015051938
If you are already using Lunar (https://github.com/alin23/Lunar) it also has a CLI tool to control the display including changing the input. For LG display, the command is something like: ```bash...
Thank for considering! And I really like this font so far. It's the only font that got me out of Iosevka.
There is already a minimal support for fzf-lua. Is there anything specific you want in mind? I personally use fzf-lua for a very long time and you can checkout my...
Might be off-topic but interestingly fzf supports defining a config file https://github.com/junegunn/fzf/pull/3618 So this might be a chance to generate a zenbones theme for fzf directly.
Here's my personal overrides without the borders:
Note that you have to set `fzf_colors = true` to take effect.
Would be nice to have the same customization option as Kitty's https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.text_composition_strategy which could potentially resolve the issue for everyone.