Yann Rabiller
Yann Rabiller
And by the way, it's a very common issue with language learning apps when it comes to German. You can't apply a simple rule like "one word = one meaning",...
> It depends on what you mean by training. When you review a word, you will also see its lemma. But if you want to see it in sentence, you...
Not sure if it's the exact same issue, but I found something that looks similar. https://phpstan.org/r/525c36eb-c861-45bf-85ca-0315555e923f Not sure how to fix this.
Hi @bedge Thanks, for your comment! It's not a dumb question at all. Seems like neovim hides echo messages very quickly. I have updated the plugin so that you can...
No worries. Did you add the `ft` option when installing it? ```lua { 'Einenlum/yaml-revealer', config = function() vim.g.yaml_revealer_display_mode = 'virtual' end, ft = 'yaml', } ```
Yes, it uses the virtual line feature of neovim. Do you use a status line plugin? Then you can use the status line feature as displayed on the readme 🙂