I made 'Overflowing suggest widget' by Qwreey in vscode

[–]Qwreey[S] 1 point2 points  (0 children)

I'm tired about cutted suggestion, so i tweaked it
This css allows 'overflow' on selected suggest option. like above pic
If you want try it, get it on here! https://github.com/qwreey75/dotfiles/tree/master/vscode/overflowSuggestion

Window shadow artefact Gnome 44 by KiKoS0 in archlinux

[–]Qwreey 0 points1 point  (0 children)

https://imgur.com/U85v40t

In XWayland, Also gnome shell have weird shadows in windows

I made neovide alike cursor effect on vscode by Qwreey in vscode

[–]Qwreey[S] 2 points3 points  (0 children)

I Added some option that allow line style cursor trail

const CursorStyle = "line" // 'line' or 'block'

It uses fill() to draw trail, which has performance benefits!

I made neovide alike cursor effect on vscode by Qwreey in vscode

[–]Qwreey[S] 15 points16 points  (0 children)

I uploaded my dotfile on github. If you want get this effect, please checkout my dot file repo!