k14lb3
k14lb3
Was trying to make my nvim-cmp completion popup to be transparent.  
**The problem** This works ... ```tsx const blink = stylex.keyframes({ '0%': { opacity: 0, }, }); export const animations = stylex.defineVars({ blink, }); ``` but this does not (causes `Only...
**The problem** Not omitting the `return` keyword when creating dynamic styles causes a `Styles must be represented as JavaScript objects, not ArrowFunctionExpression` error. | Synxtax | Type | | -...
## Context Pointed separator style ## Solution ``` set -g @tokyo-night-tmux_window_separator_style pointed set -g @tokyo-night-tmux_widget_separator_style none ``` ## Alternative Solution Full customization: ``` set -g @tokyo-night-tmux_window_left_separator "" set -g @tokyo-night-tmux_window_middle_separator...
## Context Having `username@hostname` is cool. ## Solution ``` set -g @tokyo-night-tmux_show_userhost 0 // disable set -g @tokyo-night-tmux_show_userhost 1 // enable set -g @tokyo-night-tmux_userhost_format full // displays `username@hostname` set -g...
### Did you check the docs? - [X] I have read the Grapple docs ### Is your feature request related to a problem? Please describe. Window looks bulky. ### Describe...
### Did you check the docs? - [X] I have read the Grapple docs ### Is your feature request related to a problem? Please describe. I want to rebind `Select...
## Checklist - [x] I read the [CONTRIBUTING GUIDE](https://github.com/slugbyte/lackluster.nvim/blob/main/CONTRIBUTING.md) - [ ] I opened a CONTRIBUTING ISSUE before opening the PR ## Description The existing sample `nvim-web-devicons` setup doc advises...