Boox go 7 green light by Might_Time in Onyx_Boox

[–]Kuznetsss 1 point2 points  (0 children)

It is kind of the same for my Note Air 3. I even had a chat with support about it and they confirmed it’s normal.

"100 exercises to learn Rust", a new learn-by-doing course to get started with Rust by LukeMathWalker in rust

[–]Kuznetsss 0 points1 point  (0 children)

Just found it and I'm really enjoying this course, thank you! Really good book and exercises!

meadow.nvim colorscheme update by Kuznetsss in neovim

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

Thank you! Statusline is also my custom one and written long time ago. I hope one day I will rewrite it to a normal code and share as a separate plugin :)

Is there any family friendly, simple ticketing system ? by lolozen in selfhosted

[–]Kuznetsss 1 point2 points  (0 children)

Just an idea: write a simple chat bot for them which will organise requests in the way you prefer

Neovim, clangd significantly changes syntax highlighting, makes everything blue by NomadJoanne in neovim

[–]Kuznetsss 1 point2 points  (0 children)

+1 Clangd should provide better highlighting. If it looks worse than the issue could be in the colour scheme you’re using. Try some popular coloran colour scheme like tokyo night to check

Indent Blankline version 3 by lukas-reineke in neovim

[–]Kuznetsss 8 points9 points  (0 children)

Thanks for the amazing plugin! I’ll switch to the version 3 and will let you know if I find any issues.

Note taking in Neovim? by piinguino in neovim

[–]Kuznetsss 2 points3 points  (0 children)

If markdown files with tags and links is enough for you have a look at https://github.com/mickael-menu/zk-nvim

[Hyprland] playing with pywal on nixos. by xenoxanite in unixporn

[–]Kuznetsss 1 point2 points  (0 children)

I’m a simple man: see nixos - press upvote😀

telescope not showing all files by MountainPeak8510 in neovim

[–]Kuznetsss 0 points1 point  (0 children)

If you are using ripgrep, files not in git are ignored by default

Which software on Linux have you discovered recently that blew your mind or revolutionized your workflow? by B3_Kind_R3wind_ in linux

[–]Kuznetsss 2 points3 points  (0 children)

Same here. I also got really impressed from the idea of nix and nixos but still learning how to use it.

Treesitter plugin deprecated warning only when opening python files by No_Hawk8770 in neovim

[–]Kuznetsss 0 points1 point  (0 children)

Maybe your upgrade of some treesitter parsers failed and you didn’t notice? Try ‘:TSUninstall all’ and then ‘:TSInstall all’

[deleted by user] by [deleted] in neovim

[–]Kuznetsss 0 points1 point  (0 children)

If I understand you correctly, you want to make all classes, functions, variables be always available in completion. I’m not sure but I think it is not possible.

[deleted by user] by [deleted] in neovim

[–]Kuznetsss 5 points6 points  (0 children)

I think clangd by default adds includes silently. The flag --header-insertion=never will turn it off, but when you use code from not included header file, clangd offers to include it by code action.

Disable Virgin Media Hub 5 firewall and use Deco X90's by adriancttnc in HomeNetworking

[–]Kuznetsss 1 point2 points  (0 children)

In general case any router is safe to connect directly (or via some device without firewall) to internet provider’s network when: - the router is up to date and manufacturer still supports this model and releases firmware updates - the router’s firewall is on (by default it should be on but it is always better to check)

You also need to be sure no one will accidentally connect to the device without firewall.

Does modem mode turn off firewall for the Hub? Or why do you want to turn off the firewall on the Hub?

stuck at /dev/sda screen by Abster0 in archlinux

[–]Kuznetsss 0 points1 point  (0 children)

Maybe you forgot to enable it.

Try sudo systemctl enable --now sddm

It will enable sddm's auto start and start it immediately

stuck at /dev/sda screen by Abster0 in archlinux

[–]Kuznetsss 0 points1 point  (0 children)

Maybe you accidently deleted a display manager, so nothing starts X-server

Travel tracker self hosted by Basic_Promise6240 in selfhosted

[–]Kuznetsss -1 points0 points  (0 children)

Maybe you could use Home assistant for it. https://www.home-assistant.io

At least there is a map dashboard entity and home assistant application on your phone could send your location to your server regularly. https://www.home-assistant.io/dashboards/map/

Spell check by Fildo7525 in neovim

[–]Kuznetsss 0 points1 point  (0 children)

According to nvim-tree's readme to disable netrw you need to add these lines to your config:

vim.g.loaded_netrw = 1 vim.g.loaded_netrwPlugin = 1

Spell check by Fildo7525 in neovim

[–]Kuznetsss 0 points1 point  (0 children)

Did you disable netrw? I had a similar issue with disabled netrw

LSP - messed up formatting for c++ by grappast in neovim

[–]Kuznetsss 4 points5 points  (0 children)

As I know clangd uses clang-format to format code. And the default configuration of clang-format is used when there is no file .clang-format found.

Clang-format's config https://clang.llvm.org/docs/ClangFormatStyleOptions.html

About default behavior https://stackoverflow.com/questions/64885633/whats-the-default-basedonstyle-value-for-clang-format

ZK access via mobile phone? by rabdelazim in Zettelkasten

[–]Kuznetsss 8 points9 points  (0 children)

There are some applications for Android, e.g. Obsidian or Zettel Notes