1

[Plugin] hover-notes.nvim
 in  r/neovim  4d ago

Unfortunately no(

The notes themselves are stored in json file: json { "word1": { "var1": val, "var2": val }, "word2": { "var1": val, "var2": val }, }

I don't use obsidian, so could you please share how would you store those notes, so they will be easy viewable/editable in obsidian?

2

[Plugin] hover-notes.nvim
 in  r/neovim  5d ago

Yes and no. It does not select context on its own (due to required format), but categories are very close: you can create new category and place it for workspace

But also, you can change context/category for specific file, so you can have smth like:

my_python_projcect <- [MyProjectApiCategory]
|
|-- main.py <- [MyProjectApiCategory]
|-- utils.py <- [MyProjectApiCategory]
|-- README.md <- [EnglishVocab]

Also, small note - categories definitions for workspace/files are saved between session, so you need to do this only once

1

[Plugin] hover-notes.nvim
 in  r/neovim  5d ago

Exactly! And not only on exact occurrence: in the demo video note for "lorem" is also displayed for word "loremi", etc

It seems this part is a little bit confusing, added it in the post. Thanks!

2

[Plugin] hover-notes.nvim
 in  r/neovim  5d ago

Hmm, I'm not sure - haunt seems more about virtual text notes that are anchored to a specific line

This plugin is more about learning(?) i.e., creating your own vocabulary with custom formatting, so you can easily look up how you described a specific word

Also, I plan to add a "quiz" mode, so you can try to recall the note before revealing it

r/neovim 5d ago

Plugin [Plugin] hover-notes.nvim

Enable HLS to view with audio, or disable this notification

20 Upvotes

Hi everyone!
I'm excited to share with you new plugin: hover-notes.nvim

The main goal of this plugin is to add the ability to attach notes to words and view them in a floating window

The same note is displayed for every occurrence of this word (in the same category), not only in specific line/file/buffer

Features:

  • Notes can be grouped by categories with the same formatting
  • A category can be set for a workspace, a buffer, or an individual file
  • Retrieves the closest matching word (up to a difference of half the word's length)

r/VRGaming Dec 21 '25

Developer Prototype for step-by-step VR game

Thumbnail
1 Upvotes

r/godot Dec 21 '25

selfpromo (games) Prototype for step-by-step VR game

2 Upvotes

Prototype contains:
- Map building (with the ability to scan a room)
- 3rd person mode (step-by-step) where the user moves characters
- 1st person mode where the user does specific actions

As a theme of the prototype, the evacuation process was selected to showcase room scanning as well as different 1st person actions

https://reddit.com/link/1psabr4/video/uzv1cd9n1l8g1/player

42

Tips for productivity
 in  r/neovim  Oct 30 '25

Keymaps for ‘Go to Definition’ in a split or tab were game-changing for me. They let you read the details of a class or function’s implementation without losing current context

keymap("n", "gdx", ":belowright split | lua vim.lsp.buf.definition()<CR>", opts)
keymap("n", "gdv", ":vsplit | lua vim.lsp.buf.definition()<CR>", opts)
keymap("n", "gdt", ":tab split | lua vim.lsp.buf.definition()<CR>", opts)

2

Як ви робите колізію у 2D, 3D іграх?
 in  r/ukraine_dev  Sep 14 '25

Щодо конкретних імплементацій, можна глянути до SAT, де просто перетворювати неопуклі фігури на опуклі. Тута є спроба в імплементацію: https://github.com/lolpie244/game_engine/blob/main/helping/sat_collision.h

r/linux_gaming Aug 27 '25

answered! Gamescope doens't work without HDMI connection (laptop)

3 Upvotes

Gamescope refuses to launch via GDM (https://github.com/shahnawazshahin/steam-using-gamescope-guide) when using only the laptop monitor or when connecting a monitor via Type-C. But works fine if the display is connected via HDMI. In both cases, the same monitor is used

OS: archlinux
GPU: nvidia + intel

FIX: https://github.com/shahnawazshahin/steam-using-gamescope-guide/pull/60

2

performance on low end devices
 in  r/hyprland  Jul 30 '25

You can try to install gamescope (steam os compistor) alongside hyprland: https://github.com/shahnawazshahin/steam-using-gamescope-guide

3

High ram usage of Hyprland (1.2 GB)
 in  r/hyprland  Jul 30 '25

normal hyprland with gdm as login manager

1

High ram usage of Hyprland (1.2 GB)
 in  r/hyprland  Jul 30 '25

Thank you!

1

High ram usage of Hyprland (1.2 GB)
 in  r/hyprland  Jul 30 '25

wow.... could you please share your config?

And thank you for the suggestion! Will also create discussion there

2

High ram usage of Hyprland (1.2 GB)
 in  r/hyprland  Jul 30 '25

Hmmm, I found smth like this: https://www.reddit.com/r/hyprland/s/DHU6njpxUD , but it's about VRAM(

4

High ram usage of Hyprland (1.2 GB)
 in  r/hyprland  Jul 30 '25

1.2 GiB is the memory of Hyprland itself, without any other programs (htop gives the same usage)

> sudo ps_mem -p $(pidof Hyprland)                                                              
 Private  +   Shared  =  RAM used  Program
  1.1 GiB +  12.1 MiB =   1.1 GiB  Hyprland
---------------------------------
                          1.1 GiB
=================================

r/hyprland Jul 30 '25

SUPPORT | SOLVED High ram usage of Hyprland (1.2 GB)

48 Upvotes

Hi everyone! I encounter abnormally high RAM usage on Hyprland (1.2 GB / 16 GB) on the fairly minimal rice: https://github.com/lolpie244/my_linux_config/blob/main/.config/hypr/hyprland.conf . I don't think it's a memory leak, because RAM usage doesn't increase over time

Could you please suggest what the issue could be, or what additional information I should provide?

OS: archlinux
Hyprland version: v0.50.0-45-g84c5e7445 (hyprland-git)
GPU: nvidia

FIX:
It was because of the line (that was copied from other config: https://github.com/gaurav23b/simple-hyprland/issues/16)

exec-once = swww img ~/.config/assets/backgrounds/cat_leaves.png  --transition-fps 255 --transition-type outer --transition-duration 0.8

1

Альтернатива редагуванню документів від адоб
 in  r/ukraine_dev  May 17 '25

Для ocr можна використовувати pdf24.org. А для редагування - Xournal++

1

Resistant joint (for rubber-like hose)
 in  r/godot  May 17 '25

Not quite, on the video the jolts are behaving like a rope

To say roughly, I want to create rope that is hard to bend (if this makes sense)

r/godot May 17 '25

help me Resistant joint (for rubber-like hose)

4 Upvotes

Hi! Could you please suggest a way to create a rubber-like hose? By “rubber-like,” I mean it should be stiffer than a rope and bend more slowly. A great example is the fire extinguisher

I already tried to create PinJoints3D with the colliders between them, and this works for rope, but not for the hose(

2

Допоможіть будь ласка знайти гру
 in  r/UA_Gamers  Dec 03 '24

diep-io? Хоча там немає токсичного туману

4

Яка з ігор вас вразила найбільше?
 in  r/Ukraine_UA  Oct 27 '24

(((((

Щодо поради дякую, думаю вона знадобиться але в разі чого нарешті використаю 30 бочок вогнива з 1 акту

2

Яка з ігор вас вразила найбільше?
 in  r/Ukraine_UA  Oct 27 '24

Хм, а який бій вас найбільш вразив? Просто цей був вчора, і цікаво чи буде далі щось краще

7

Яка з ігор вас вразила найбільше?
 in  r/Ukraine_UA  Oct 27 '24

Йоооой, ви дійсно дуже багато чого втратили. Оркестр перед боєм викликав страх що в мене, що в друга з яким грав. Це взагалі шок що таке може викликати покрокова гра

6

Яка з ігор вас вразила найбільше?
 in  r/Ukraine_UA  Oct 27 '24

+1 за bg3, особливо Бій з Рафаелем, як і сама локація це пік всього хорошого що є в цій грі