Michael Härtl

Results 134 comments of Michael Härtl

Not sure, but I think you missed my point :). I do **not** want any scaling to happen at all. I have this config now in the munin plugin: ```...

I don't use any config for legends at all as I could not find how to format legends. All I found are format strings for the axis labels and some...

Hmm, ok, that's a bit above my head. I don't call `rrdgraph_graph` directly and I don't know how munin calls it. I wasn't aware of the mass of available options....

@hrsh7th Do you have any hints how I could further debug this? Or can you reproduce the issue?

The snippet is from the `rafamadriz/friendly-snippets` collection. It's nothing special: https://github.com/rafamadriz/friendly-snippets/blob/57274f4d87b9ccb961092b25560ba300f691e943/snippets/javascript/javascript.json#L668-L671 Below you find my minimum config that should reproduce the issue. The recipe: ``` # Volar LSP required for...

@hrsh7th Do you maybe have some tip how I could debug this? The bug makes the plugin basically unusable for me. I've looked into the vsnip sources a little but...

@hrsh7th Here's a reduced config. We don't even need LSP. Btw my version is neovim 0.7.2. ```vim call plug#begin(stdpath('data') . '/plugged') Plug 'junegunn/vim-plug' Plug 'hrsh7th/nvim-cmp' " Autocomplete Plug 'hrsh7th/cmp-vsnip' "...

More observations: * The completion menu must contain items that contain a `-`, `/`, `#` or a space character * I have to "touch" one of these items once. That...

@etu Which editor is this? It may require an update of its syntax highlights queries. That's where the parsed tree is queried to map it to highlight styles. Here's the...

@etu I don't know much about Emacs, but I assume it's using this package under the hood for treesitter integration: https://github.com/emacs-tree-sitter/tree-sitter-langs It seems that it's also using its own queries...