Adrian Davila
Adrian Davila
Is it possible to automatically close the list after a selection is made?
After enabling this plugin, I've noticed that LSPs also do not start after a session is loaded. I've tried using the post_restore_cmds to run `LspStart`, but the command doesn't seem...
If a `window-max-width` is perhaps too restricting, have you considered perhaps providing a way to define layout "zones" in some way. Something akin to defining proportioned areas that windows would...
```norg // header.norg * Header ** Subheading - {? wiki.norg} ** Notes - {:$/Definition:} ** Action Items - ( ) ``` `wiki.norg` is a sibling to the above file. Given...
Ah, I see. Sorry about that. I misunderstood the conversation we had in Discord. I was talking about creating links to files rather than to headings in any file in...
I'm not seeing any other issues. The only thing is the auto-matching when the wiki link destination is misspelled, though this is probably a feature enhancement on top of this...
I'm using the `-o` flag because that's what is shown in the [configuration reference](https://github.com/catppuccin/tmux/blob/main/docs/reference/configuration.md). PR has been made, but keep in mind that I don't really know anything about working...
> Sorry why do you think the line `set -g @plugin 'catppuccin/tmux#v2.1.0'` is loading catppuccin? It only loads when you `run tpm`. Move `set -g mode-style` to after you _actually...