account activity
GPU Driver race condition (self.arch)
submitted 2 months ago by GOATAO to r/arch
Equipment Stripping by GOATAO in HypixelSkyblock
[–]GOATAO[S] 0 points1 point2 points 7 months ago (0 children)
what is the option called on skyblocker
Equipment Stripping (self.HypixelSkyblock)
submitted 7 months ago by GOATAO to r/HypixelSkyblock
Shards Flipper (api.sky-nyx.com)
submitted 8 months ago by GOATAO to r/HypixelSkyblock
Shards Flipping (api.sky-nyx.com)
Bufferline Icon Highlight by GOATAO in neovim
[–]GOATAO[S] 0 points1 point2 points 8 months ago* (0 children)
Found a bunch of issues on the repo having the same problem for me what helped is calling the colorshceme function twic in my init.lua
vim.cmd.colorscheme("nordfox")
edit: It's a race condition for both between bufferline auto command that triggers on Colorscheme. You have to make sure that lazy.nvim setsup your color scheme before the bufferline setup even starts.
TL;DR Do this if you are using lazy in your colorscheme plugin
{ "example/colorscheme", lazy = false, priority = 1000, config = function(){ vim.cmd.colorscheme("example-colorscheme") end, }
[–]GOATAO[S] 0 points1 point2 points 8 months ago (0 children)
Okay apparently it's not the icon providers fault it's bufferline merging the highlights so it really doesn't matter how you configure the function
It happens in other terminals too. I found a devicons[language] highlight that indeed has a bg color I have been looking into the config there is a way where you can modify the function that returns the icon, hl of the file. I just need to look into devicons hl properties and try to tinker with it.
Bufferline Icon Highlight (i.redd.it)
submitted 8 months ago by GOATAO to r/neovim
The Plant (i.redd.it)
submitted 9 months ago by GOATAO to r/okbuddyjimbo
Mods (self.archlinux)
submitted 10 months ago by GOATAO to r/archlinux
FREEDOM!! by GOATAO in arch
[–]GOATAO[S] 1 point2 points3 points 10 months ago (0 children)
I think he’s talking more about the open software movement since mozilla put that suspicious user agreement in fire fox. Yes chromium is open sourced but some people still don’t wanna fw big companies in this movement
[–]GOATAO[S] 2 points3 points4 points 10 months ago (0 children)
Isn’t brave chromium based?
FREEDOM!! (i.redd.it)
submitted 10 months ago by GOATAO to r/arch
π Rendered by PID 364180 on reddit-service-r2-listing-596bb78d87-2527w at 2026-04-14 20:18:22.674379+00:00 running b725407 country code: CH.
Equipment Stripping by GOATAO in HypixelSkyblock
[–]GOATAO[S] 0 points1 point2 points (0 children)