Rocky
                                            Rocky
                                        
                                    Okay, thank you. > I'm going to limit it to Windows platforms, but it might be easy to enable it elsewhere too if Vim doesn't behave. I have no idea...
> vim.o.statuscolumn = '%=%l%s%{foldlevel(v:lnum) > foldlevel(v:lnum - 1) ? (foldclosed(v:lnum) == -1 ? "▼" : "⏵") : " " }' This is just a workaround to simulate the fold signs...
很有共鸣
> While this works fine, highlighting of the FoldColumn is not respected. CursorLineNr highlights are applied. The expression you pulled out from that comment is not accurate. In this expression...
A feasible workaround to avoid the alert sound when `ctrl-/` is pressed: 1. Create a file `~/Library/KeyBindings/DefaultKeyBinding.dict` if it doesn't exist yet 2. Add the snippet below into `DefaultKeyBinding.dict` ```...
@lordvidex I tested it with a dart file (1000+ lines) and I didn't notice any lags. Btw, I had dart parser enabled in TS. So probably it's not caused by...
No issues on my side. It works perfectly as usual. Do you adjust it to the code below? ```lua local theme = lush(function(injected_functions) local sym = injected_functions.sym return { .......
I'm using this plugin with tmux. Both them work well on my side. My system: nvim: 0.9 OS: macOS tmux: next-3.4
Probably you could use `zf` to filter out the results you don't need. Maybe you could check [trouble.nvim](https://github.com/folke/trouble.nvim) that supports the filename grouping.
榜样!「一点分享」中的四点内容,真的很有共鸣。加油!