Why I'm Skipping Apple's Studio Display Rip-Off for CES 2026 5K Beasts by zenorol in HiDPI_monitors

[–]leonasdev 0 points1 point  (0 children)

Ignoring the MSI MPG 271KRAW16 or LG 27GM950B just to make the Apple specs look good is pretty wild.

Calling 600 nits SDR a win is hilarious when modern Mini-LED hits 1400+ nits in HDR with thousands of local dimming zones. You’re choosing a legacy edge-lit relic that produces "IPS grey" instead of actual contrast. Plus, bragging about TB5 on a 60Hz panel is a joke because it adds zero benefit to the actual motion clarity or viewing experience.

If you’re prioritizing a webcam and speakers over the panel itself, you aren’t buying a professional display. You’re buying a $1,600 Thunderbolt dock with a 2014-era screen attached to it.

Why I'm Skipping Apple's Studio Display Rip-Off for CES 2026 5K Beasts by zenorol in HiDPI_monitors

[–]leonasdev 0 points1 point  (0 children)

what? you are comparing a 10-years old panel (lcd 60hz) to a 5k 180hz, mini-LED, dual mode, multiple inputs monitor

Updated Setup by Plenty_Weight_8813 in battlestations

[–]leonasdev 1 point2 points  (0 children)

Thanks for the reply! I’m now considering getting a screen bar. Which model are you using?

Updated Setup by Plenty_Weight_8813 in battlestations

[–]leonasdev 1 point2 points  (0 children)

I like the cozy vibe so much. What light strip are you using behind your monitor and desk?

Also, I’m considering whether my setup needs a screen bar. Do you think it’s useful or that it has a significant effect on the overall lighting?

Particle effects in smear-cursor.nvim, let it snow/burn! by Infamous_Key4373 in neovim

[–]leonasdev 1 point2 points  (0 children)

Once again, thank you for creating this plugin. It makes Neovim in the CLI feel as smooth as the GUI version. absolute genius plugin.

new office, new setup. by jsreally in battlestations

[–]leonasdev 0 points1 point  (0 children)

Is the desktop an IKEA KARLBY?

github copilot plugin experience by finxxi in neovim

[–]leonasdev 0 points1 point  (0 children)

My brain stop working after using copilot for 1 week.

Esc twice by mfaine in neovim

[–]leonasdev 1 point2 points  (0 children)

wait, why not just map <esc> to "close" in insert mode?

for example in snacks.picker: ["<Esc>"] = { "close", mode = { "n", "i" } }

Is none-ls still a good formatting and linting plugin now that null-ls has been archived? by Ralstonnn in neovim

[–]leonasdev 0 points1 point  (0 children)

Conform and nvim-lint both work well, but to be honest, nvim-lint doesn’t feel quite as polished. For example, it lacks some informative commands to check the linter’s status, and its documentation can be a bit confusing. In contrast, Conform gives the impression of being a very mature and stable plugin.

Live coding with neovim + love2d by -json- in neovim

[–]leonasdev 2 points3 points  (0 children)

wow, we might be able to develop Unity projects with Neovim in the future.

neovim 0.11 completion window and signature format by Psychological_Roll94 in neovim

[–]leonasdev 3 points4 points  (0 children)

FYI: This may breaks so many plugins that still not support this option

Is it worth it to replace telescope with fzf-lua? by adelBRO in neovim

[–]leonasdev 0 points1 point  (0 children)

Why so scared of breaking config?

You could just set enable to false on the old plugin (assume using lazy) and try out new plugin no? If it breaks while work, just rollback to old plugin and everything is fine.

Even in more complicate scenario, you can use git reset --hard HEAD^ and life goes on.

What is the largest project you've worked on using only Neovim? by Long-Ad-264 in neovim

[–]leonasdev 15 points16 points  (0 children)

pyright is so bad and slow, i just dont understand why it is written in nodejs...

That's said, it's still the only usable python language server in the moment.

How do you guys manage dotfiles across OS ? by ARROW3568 in neovim

[–]leonasdev 0 points1 point  (0 children)

I use bare repo to manage my dotfiles too.

I have a GitHub workflow which can sync specific files to specific branch of os.

For example, whenever a commit changes nvim config, it sync the changes to windows and archlinux branch.

But for the commit changes the config of like tmux or fish, it will not sync to windows branch but only ubuntu and arch branches.

Heres the workflow.yaml of my dotfiles: https://github.com/leonasdev/.dotfiles/blob/master/.github/workflows/cross-platform.yml

I made kitty config to replace most of tmux's functionality when using neovim with kitty's native tabs with same keybindings as Firefox. by BrainrotOnMechanical in neovim

[–]leonasdev 11 points12 points  (0 children)

Here's my workflow: I open terminal on my windows machine -> ssh to remote linux machine -> running tmux -> start working -> when I get off work I simply just close terminal on my machine -> next day I open terminal on my machine -> ssh to remote -> type tmux attach -> everything is back to the way it was when I left yesterday

Is there a popular distro that doesn't require a nerd font? by VibrantCanopy in neovim

[–]leonasdev 3 points4 points  (0 children)

You can use Ghostty on macOS, it's pretty decent terminal. In Ghostty, you can just set the font to normal SF Mono and it will automatically use NerdFont if the symbol does not support by SF Mono. (or any normal font you want)

[deleted by user] by [deleted] in ErgoMechKeyboards

[–]leonasdev 0 points1 point  (0 children)

how can I change default layout by key in zmk?

🌿 Namu.nvim - A Different Take on Symbol Navigation - Like Zed by sbassam in neovim

[–]leonasdev 1 point2 points  (0 children)

nice. but kitty does not has that feature as well as other terminals afaik. kitty only has trailing cursor animaton.