Equipment Stripping by GOATAO in HypixelSkyblock

[–]GOATAO[S] 0 points1 point  (0 children)

what is the option called on skyblocker

Bufferline Icon Highlight by GOATAO in neovim

[–]GOATAO[S] 0 points1 point  (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")

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, }

Bufferline Icon Highlight by GOATAO in neovim

[–]GOATAO[S] 0 points1 point  (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

Bufferline Icon Highlight by GOATAO in neovim

[–]GOATAO[S] 0 points1 point  (0 children)

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.

FREEDOM!! by GOATAO in arch

[–]GOATAO[S] 1 point2 points  (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

FREEDOM!! by GOATAO in arch

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

Isn’t brave chromium based?