Xavier

Results 9 comments of Xavier

Hi, Same problem for me with neovim nightly : `v0.8.0-dev+538-ga9de89894` it happened when I add a use with required before the dependency use that have an alias. Example: original config...

Ok after some retries and fixes my sample of implementation works with input and output. (I had an error but miserderstood and now fixed). I have updated the implementation idea...

+1 We need this feature too

After some checks, the first fix causes a regression (unable to rename tabs) Ithe good fix is : ``` function! TablineSwitchTab(tabnr, mouseclicks, mousebutton, modifiers) execute a:tabnr . "tab" execute a:tabnr...

Tested now : All is OK. Thank you !

I have the same issue. filtering tags with `#` doesn"t works well. Sometimes it doesn"t filter and sometimes it filter just a part of tagged notes : ![image](https://user-images.githubusercontent.com/68602306/177659601-5de5fe50-498a-4456-8b1e-6b9cae2043d3.png)

My shell : GNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu) LC_ALL and LC_CTYPE are not defined (neither in kitty nor in builtin term) Here is the filtered dump of my env :...

OK playing around with the environment variables I managed to launch musikcube with `TERM=xterm-256color` instead of `TERM=xterm-kitty`

Hi! Cool, I have add the focus feature optional. Should I fork the repo to make the PR or you could add me as contributor ? Thank you :)