k14lb3

Results 9 comments of k14lb3

put floating_window_off_y = 0 in config

I've been able to make the nvim_cmp completion float by overriding the Pmenu highlight group. ![image](https://user-images.githubusercontent.com/76220140/176491049-b8e4e86a-cce7-4427-9eaa-0900d618a664.png)

You can use the previously defined highlight group by the tokyonight.nvim plugin and put it in your alpha.nvim setup, Or define your own highlight groups using tokyonight.nvim colors. ![image](https://user-images.githubusercontent.com/76220140/176474659-7961d68f-8512-4e25-8bbc-4bde1b5e4d52.png)

Same issue here. As for me, I'm trying to use `beautysh` as the formatter. - `:echo executable("beautysh")` → Echoes 1 - `!beautysh %` → Formats the document When trying to...

@slugbyte I updated the PR description. Thanks.

> This is because I personally prefer no icon over having a default icon Oh, I see. So it was intentional. I guess I'll close the PR then.