k14lb3

Results 8 issues of k14lb3

Was trying to make my nvim-cmp completion popup to be transparent. ![290639271_1229255034577104_6632423815865867155_n](https://user-images.githubusercontent.com/76220140/176471360-d51b6e60-f771-416f-85f8-a65272314ebd.png) ![287327707_574359170879498_7539437803562046880_n](https://user-images.githubusercontent.com/76220140/176471345-c5b1f9ca-06d4-473d-a8af-72a63bf25e38.png)

**The problem** This works ... ```tsx const blink = stylex.keyframes({ '0%': { opacity: 0, }, }); export const animations = stylex.defineVars({ blink, }); ``` but this does not (causes `Only...

bug
good first issue

**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...

enhancement

## 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...

enhancement

### 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...

enhancement

### 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...

enhancement

## 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...