Rocky
                                            Rocky
                                        
                                    Using `pylsp` for python in Neovim's lsp and no hierarchy, all symbols are messed up. Also tried `tsserver`, still no hierarchy in a ts project.
Great! And yes I built Neovim via the latest commit. Thank you for opening an issue there and I will wait for it to be fixed.
Please do this (https://github.com/koekeishiya/yabai/wiki/Disabling-System-Integrity-Protection) first. Also, the entire wiki page (https://github.com/koekeishiya/yabai/wiki) is really helpful. Don't miss the table of contents on the right-hand side of the wiki page.
@BlkPingu Yes. SIP should be partially disabled (debug and fs must be disabled) all the time as long as you want to use the advanced features of yabai. You can...
Yes. I think ``` # If you're on macOS 11.0.1 # Requires Filesystem Protections and Debugging Restrictions to be disabled (workaround because --without debug does not work) # (printed warning...
Okay. I am so sorry about making a mess. 👊
Same here. Sometimes when I use j/k to go over, suddenly it freezes there. Then I have to press Ctrl-c to restore. As what tbrodbeck did, but not just for...
The issue still exists. Latest ranger and latest macOS. Tested on the latest alacrity, kitty and iterm2. How I reproduce this issue quickly: cd into /usr/bin, and the open ranger,...
@michalens I tried to comment that line but it also disables preview. For the preview to work normally, I have to set a value to highlight_format, but I have no...
@michalens Thank you! > but now I removed this line: > pygmentize -f "${pygmentize_format}" -O "style=${PYGMENTIZE_STYLE}"\ > -- "${FILE_PATH}" && exit 5 Does this removal have any side effects for...