Trev
Trev
I'm honestly at a loss on this issue. I've tried various help channels and most people just toss their arms up and say their installation of Deck works fine. I'm...
I just came up against this myself and learned that `flatten=false` is the wrong way to go. You want to flatten the destination, but then use the `rename` option to...
Assuming your structure is always consistent, you can also simply use a `fullpath.split(path.sep).slice(1)` instead of explicitly removing directories by name. Filtering by name will get rid of further nested directories,...
I would like to draw some attention to [meow](https://github.com/meow-edit/meow). Their keypad mode is very similar to god-mode, only it infers the next key-bind. You only need to be explicit with...
Given the breadth of options available for org-mode in emacs it's truly surprising to see that someone would care enough about Neovim & org-mode to not just use `evil-mode` with...
This is happening for me without `tree-sitter-hl-mode` ever being called, which in itself feels problematic. I have to not load tree-sitter to prevent it from happening. Even if these punctuation...
> > Are you using WSL? I notice in my WSL that my Windows path is mixed in with my WSL/Ubuntu path. I think the completion is enumerating my entire...
Any other markdown plugins? I had mkdx installed and it flattened my nice code block highlighting.