Yerlan
Yerlan
My concern is, what if #417 takes forever to get merged? Is there a plan B :)
You raised a valid concern, perhaps this greatly depends on ones workflow. In my case I work a lot with deeply nested structures so a convenient way to go up...
With regard to files starting with `..` I could suggest that if they do exist in the current folder they should be listed on top and parent folders go after....
My idea was roughly: 1. Create a completion trigger/hook for `cd ..` Ignore if `/` comes after dots like `cd ../`. 2. Check if CWD contains files/folders starting with `..`...
Another suggestion is to trigger by `.*` instead of `..` This will make it less ambiguous
Sorry, I moved to another editor and don't have Kakoune installed any more.
I don't want to speak against this change, perhaps people who type slowly might appreciate it, but for me it really has no meaning. Like others mentioned earlier, I note...
> I would advocate not to depend on tree-sitter on this feature. There are still many languages that don't have TS. I use such languages and I often miss even...
OK. I see your point. Unfortunately, for people like DevOps or SysAdmins it still means opening lots of text files (scripts, configs etc.) in weird languages that will never have...
Tested it and it works beautifully. Do you, guys, have a document/wiki that describes what a proper reviewer should do and how to become one?