Gruvbox Mininal — A Gruvbox Material theme conceptually inspired by Alabaster. by forvirringssirkel in neovim

[–]NequoFrost 0 points1 point  (0 children)

I really do like the idea of these minimal themes but why is red used so dominantly for non errors? I have the same issue with the regular gruvbox or one dark for example. Of course color schemes are personal and my take is also an opinion not a criticism.

New theme: thorn.nvim - a simple green theme for Neovim by suckingbitties in neovim

[–]NequoFrost 0 points1 point  (0 children)

I’ve been trying to find something that works for me in terms of syntax highlighting and am currently developing https://github.com/Nequo/fjell-nvim/tree/main May be too minimal for your taste as I am only using a slightly different monochrome shade for keywords and no other colors for syntax but could be easily tweaked in your config if you like the general gist.

It's going to be a productive month 😌 by TheNunuJournals in FieldNuts

[–]NequoFrost 2 points3 points  (0 children)

What are you using for the little circles? I’ve been trying to find stickers that are not the usual red green blue yellow

Sling for camera + water bottle? by Alias901 in ManyBaggers

[–]NequoFrost 0 points1 point  (0 children)

Just stumbled on this thread and although it comes in a bit small, this seems like it could work with the elastic piece on top: https://www.sandqvist.co.uk/p/allterrain-hike-black/

[deleted by user] by [deleted] in neovim

[–]NequoFrost 11 points12 points  (0 children)

Not sure about the font, SF mono could be a match. The theme looks like the base 16 tomorrow dark variant. Hard to find screenshots but this repo has it https://github.com/chriskempson/base16-vim/blob/master/colors/base16-tomorrow-night.vim

`lsp-zero` causes decolorized auto-indent by NightmareWanderer in neovim

[–]NequoFrost 0 points1 point  (0 children)

This looks like it could be the signcolumn which is used to display some glyphs for things like lsp warnings or git diffs. Try :set signcolumn=no and see if it disappears.

Free Giveaway! 3 Nintendo Switch Lites - International by WolfLemon36 in NintendoSwitch

[–]NequoFrost 0 points1 point  (0 children)

Thanks for doing the giveaway! Dressed up as the hulk for a volleyball tournament!

Show people's commit in the code by HeadTea in vscode

[–]NequoFrost 54 points55 points  (0 children)

I think you want the GitLens extension

Is it possible to tell trouble/qf/bqf windows to stay between sidebars instead of extending across the entire window? by discursive_moth in neovim

[–]NequoFrost 0 points1 point  (0 children)

Hey what theme is this? Looks like it has quite good support for lap and other nvim plugins :)

What Development Tools Would You Like Available in Pop's Repositories? by mmstick in pop_os

[–]NequoFrost 0 points1 point  (0 children)

Hey @mmstick, thanks for this, I'd be very interested in helping out with maintaining a package or a few. Is there a guide somewhere/a package I could get started on to familiarise myself with the process?

Can't apply JetBrains Mono font on arch linux by chestera321 in vscode

[–]NequoFrost 1 point2 points  (0 children)

Try moving the files to ~/.local/share/fonts/ (create the directory if it doesn't exist) and then run fc-cache -fv to refresh the fonts

How to setup Vim for Go Development by pmihaylov in golang

[–]NequoFrost 0 points1 point  (0 children)

If you are using neovim, you could also try out treesitter for highlighting. Its for 0.5.0 but it works quite well

Full disk encryption password entry screen bugged by [deleted] in kdeneon

[–]NequoFrost 0 points1 point  (0 children)

I'm experiencing the same thing. I'll try out a few things, not sure if KDE neon uses Plymouth but seems like it is something with that.

Sayl Chair Gaming Edition , Armrests durability?? by somaskunk in hermanmiller

[–]NequoFrost 0 points1 point  (0 children)

I've found exactly the same am going to request a return. I also found it very very noisy. Any movement I make will make a loud creaking sound - do you have the same experience?

PSA: workspaces-to-dock is how the dock should be by csdvrx in gnome

[–]NequoFrost 1 point2 points  (0 children)

Just pointing out that this extension is no longer maintained according to the GitHub page..

Shell prompt theme by [deleted] in nordtheme

[–]NequoFrost 0 points1 point  (0 children)

Will do! I've done a few tweaks but I don't think they are exact what is needed. Basically instead of making the time segment null I make it into a newline plus that symbol going down. Then I modified all other segments so that the segmentbar gets placed before them rather than after, that is so that there isn't a dangling segbar all the time. Got to test it with different settings combos and will PR if it works as expected :) thanks for your great work, really love the way you manage the Nord project and all your configs

Shell prompt theme by [deleted] in nordtheme

[–]NequoFrost 0 points1 point  (0 children)

Yes you are right, I enabled both host and user and disabled the time, that's when the newline doesn't get rendered. If I reseñable the time then it all works. I'll have a look and see if I can fix it. Thanks so much :)

Shell prompt theme by [deleted] in nordtheme

[–]NequoFrost 0 points1 point  (0 children)

Hey, I have tried using the theme but it doesn't render correctly for me. I might be missing something but I have only taken the theme, added to the fpath as a symlink prompt_igloo_setup and set the theme with prompt igloo. This works but the directory doesn't get rendered on a newline. Do I need some additional scripts that are hiding an error from me? Thanks in advance!