Munif Tanjim
Munif Tanjim
> Hello, I try to create a layout with splits replacing the current buffer. I'm not sure how to do this properly. I can create a split layout and then...
> I also have the sample problem. When I show a Menu and then toggle folder tree, I will lose the control of the Menu. It is always there no...
```sh fnm list | grep default ```
If `default` is just an alias, a more generic command would be to print the target version for an alias. Something like `fnm alias ` ?
I've pulled this in https://github.com/MunifTanjim/rust-tools.nvim/tree/patched
@jsumners @Uzlopak Can I get a review on this one? Without these changes we get TypeScript error when trying to use this package.
Compiled parsers can be cached based on `lockfile.json` hash and only recompile when `lockfile.json` changes. That would cut down significant amount of time (4-5 minutes on each `workflows/tests.yml` run).
I'll open a PR soon. 😄
This plugin is intentionally kept simple. (ref: https://github.com/MunifTanjim/tmux-mode-indicator/blob/7027903adca37c54cb8f5fa99fc113b11c23c2c4/README.md?plain=1#L17) What you want can be done like this: ```tmux mode_separator_style="#[default]#{?client_prefix,#[fg=blue],#{?pane_in_mode,#[fg=yellow],#{?pane_synchronized,#[fg=brightred],#[fg=cyan]}}}" mode_separator_start="${mode_separator_style}${mode_separator_style}#[reverse]" mode_separator_end="${mode_separator_style}${mode_separator_style}#[default]" set -g @mode_indicator_prefix_prompt "${mode_separator_start}WAIT${mode_separator_end}" set -g @mode_indicator_prefix_mode_style "" set -g...
I've pulled this in https://github.com/MunifTanjim/rust-tools.nvim/tree/patched