Xavier
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 : 
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 :)