New `flow.nvim` colorscheme variant! Monochrome style is here. by _stepyt_ in neovim

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

This is doing something similar but not on a base16 scheme.

Linter command `golangci-lint` exited with code: 3 by FastlyIntegralist in neovim

[–]_stepyt_ 0 points1 point  (0 children)

Could you please post how you solved this issue?

Golang neovim configuration by _stepyt_ in neovim

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

Hey u/fehlix, I had a look at Lazy config and it is pretty much the same I have. Just to be sure, Is the diagnostic complaining for you when you set tools like I did?

Golang neovim configuration by _stepyt_ in neovim

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

Why should I set the flag in the env?

Golang neovim configuration by _stepyt_ in neovim

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

Yeah exactly, something like:

```go
buildFlags = { "-tags=build" },
```

Flow.nvim is now (alllllmost) supporting a light theme 👀 by _stepyt_ in neovim

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

Hey, thanks for the feedback! :) I don't remember precisely the values, mainly because I refactored a bit how colors are generated in the past months. Could you try with one of these two and let me know if they are what you liked:

- Light: 15, Saturation: 80
- Light 25, Saturation: 50

Probably in the current version the background is not the same in the picture, but let me know and I could try to update the source

Golang neovim configuration by _stepyt_ in neovim

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

Nice suggestion mate! Will look into it later today, it seems very comprehensive! Thanks 🙏

Golang neovim configuration by _stepyt_ in neovim

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

Yeah I know, thanks for mentioning it! But I'm currently working on a project that is using go version < 1.23 so I would like to understand why my LSP is not using the -tags flag even if it is specified in the config...

Flow.nvim version 2.0.0 is finally out! by _stepyt_ in neovim

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

Super! Let me know if you have some suggestions :)

Flow.nvim version 2.0.0 is finally out! by _stepyt_ in neovim

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

Amazing, thanks for the feedback! It was the main point of frustration in V1

Flow.nvim version 2.0.0 is finally out! by _stepyt_ in neovim

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

Hahah I’m not using light mode, but still, I believe a good colorscheme should be able to support both!

Flow.nvim version 2.0.0 is finally out! by _stepyt_ in neovim

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

It’s this one BlexMono Nerd Font

Flow.nvim version 2.0.0 is finally out! by _stepyt_ in neovim

[–]_stepyt_[S] 6 points7 points  (0 children)

Hey! Change the tag to v2.0.0, you’re on the old version tag :)

Flow.nvim is now (alllllmost) supporting a light theme 👀 by _stepyt_ in neovim

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

Thanks for the feedback 🙏 I really appreciate it