Iordanis Petkakis
Iordanis Petkakis
You should just press `uI` (capital `i`) for `InspectTree` and then go throughout the different nodes and see how Treesitter recognizes them. For me the above seems to be working...
Do you have the css treesitter parser installed?
I didn't use `gcc` for every line. I just visually selected the whole text as also shown in the video and pressed `gc`. Not sure if this makes any difference....
You might want to add a `recommended` section as also stated in [Contributing](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md#contributing-an-extra-language). See how it's done in [Python for example](https://github.com/LazyVim/LazyVim/blob/12818a6cb499456f4903c5d8e68af43753ebc869/lua/lazyvim/plugins/extras/lang/python.lua#L13-L25). Other language Extras have similar section as well.
bug: explorer doesn't always update its git status icon if the state changes outside of the explorer
I tried to repro but this doesn't happen to me. Screencast following https://github.com/user-attachments/assets/0922d08e-d456-40b0-9852-ae35f17f4b5f I don't use `gitui`, so I just tried with git cli that you mentioned as well.
bug: explorer doesn't always update its git status icon if the state changes outside of the explorer
> GitHub says your video is corrupt, it cannot be played back. I have no problem watching it in Firefox web browser. Maybe it's a browser's codecs difference? I can...
bug: explorer doesn't always update its git status icon if the state changes outside of the explorer
Yes, I understand that must have been the case from your description. I just tried to see if I could repro, but couldn't like I showed in the video. Could...
bug: explorer doesn't always update its git status icon if the state changes outside of the explorer
Yes, default kernel that comes with Linux Mint 21.3 and only upgrade via `apt upgrade` whenever there are updates. I believe I followed correctly the steps that you outlined, right?...
I don't think that's a bug. [LazyVim.pick](https://github.com/LazyVim/LazyVim/blob/c64a61734fc9d45470a72603395c02137802bc6f/lua/lazyvim/util/pick.lua#L58-L60) explicitly sets `cwd` and that's why FzfLua is affected as well. Easiest workaround to the best of my knowledge, is to change that...
On Linux and kitty terminal this does not happen to me. The icons show correctly. 