Nik Revenco

Results 190 comments of Nik Revenco

> Have you tried `z "@"`? It says there is no match found. However, I was able to make it simpler with: ```shell function s() { z $1 ls }...

[Valuable input added by Carlos](https://discord.com/channels/505093832157691914/505093832157691916/1217982585729454221)

> From my own experiences across the channels, even some of the most helpful messages don't get a great deal of bookmarks. Generally stuff that gets bookmarked are things sent...

For now if someone wants to fix this you can use an earlier commit, `e1b72c498f25c1fc37a7e9913332c137f753a90a` I use lazy.nvim ![image](https://github.com/nvim-zh/colorful-winsep.nvim/assets/154856872/da0dd94d-7537-4781-88f4-15621f216f33)

This does not just happen on long code blocks, but also code blocks with ligatures if you are using a font with ligatures. The workaround I found is using a...

Can be closed now that https://github.com/helix-editor/helix/pull/12309#issuecomment-2562888743 is merged

Helix has 20,000$ donated but the maintainers dont seem to spend it on anything. They deserve a nice vacation for the money ;)

> Windows has "File Associations". That's how e.g. `image.png` opens in whatever app is registered to handle the .PNG extension. Read about File Associations in Windows for more info. >...

> Also, what about an input line `echo foo & repo.git`, or an input line `repo.git & echo done`? > > You can use [clink.parseline(text)](https://chrisant996.github.io/clink/clink.html#clink.parseline) to get a table of...

> I found the bug. > > > ```lua > > settings.add("suffix.aliases", ".js=nvim;.git=git clone;", "Suffix aliases") > > > > local suffixes = {} > > > > for suffix_prepend_pair...