xfzv

Results 171 comments of xfzv

I've been playing around with [ytfzf](https://github.com/pystardust/ytfzf): - Above: ```zsh % ytfzf -t --thumb-viewer=kitty Gentoo ``` - Below: ```zsh % ytfzf -t --thumb-viewer=chafa Gentoo ``` ![image](https://user-images.githubusercontent.com/78810647/184108109-d5f6e4c1-32c6-455a-8b44-f7ba588bd1a1.png) I tried to replace [this...

> I'm having this same issue but for me it's affecting dolphin file manager. Same here, Dolphin is the only app affected (Arch Linux / Gentoo). Still occurring with 3.1.4,...

Had no choice but to update to 3.1.4 now that Plasma 5.26 was released and as expected, the issue came back.

@puglet5 Thank you so much! After about 45 minutes of testing with different layouts (tile, monocle, three column, spiral and quarter), the issue hasn't occurred a single time so far....

> It affects the normal display of krunner Assuming the issue only affects Dolphin on your end (like me), use `Exact Match` `dolphin` for `Window class (application)` and krunner position...

> I just ran into the same issue. It appears that this is due to the fact that this plugin checks for the specific node name `comment`, which we so...

Re-opening because it's no longer working here, not sure when it broke, maybe quite a long time ago. https://user-images.githubusercontent.com/78810647/195432010-20c542a9-b2fe-4553-bedb-964e0df73d16.mp4 Still working fine for other file types: ![image](https://user-images.githubusercontent.com/78810647/195432328-fdd4a45d-4ceb-4186-b4a5-98f1ec6e464c.png) Anyone else?

> if works for me Still doesn't here. It works in code blocks but not for actual norg comments: ![image](https://user-images.githubusercontent.com/78810647/197164576-7c67bcab-7207-45b4-8bba-36ad119d64f5.png) Have you made any change to Neorg and/or todo-comments config...

> @xfzv I think this can be closed now? Indeed, thanks.

I partially solved my issue by using: ```lua vim.cmd ([[ let g:chezmoi#source_dir_path = "~/dotfiles" ]]) ``` in my `plugins.lua` file before loading the plug-in. _Partially_ because while it works for...