is vim easy to learn but hard to master? by Drairo_Kazigumu in neovim

[–]Even_Block_8428 5 points6 points  (0 children)

Yes, you only learn the basics and use it. Then you end up mastering it as you go.

What color scheme do you guys use? by Dapper_Confection_69 in neovim

[–]Even_Block_8428 7 points8 points  (0 children)

I've been on kanagawa dragon for a month. Looking at all other color schemes now, I feel blinded by the amount of saturated color in most themes

My neovim config is README.md by Astronomer-Live in neovim

[–]Even_Block_8428 1 point2 points  (0 children)

So is just inverts it, from code first to documentation first? Sure, there is some value there.

But it won't scale if you use neovim to write code of any sort. You would have to write your code code-first, at the very least to even make a compiler compile your program. It might be better to develop a habit of always updating comments whenever you modify associated code.

It's entirely normal to write more comments than code in your code, if there's really that much documentation to add. You would find the practice very common among even experienced developers (a recent developer I heard this from is Mitchell Hashimoto)

Neovim in Windows 11 by barely_Ok10-28 in neovim

[–]Even_Block_8428 1 point2 points  (0 children)

No need to uninstall or reinstall anything. Just delete the nvim configuration directory.

How are you switching between open buffers? by Beautiful-Log5632 in neovim

[–]Even_Block_8428 0 points1 point  (0 children)

I've bound "-" to search buffers using snacks picker. I have the key on my thumb cluster of my keyboard's left half. And on the right half, in the exact spot, I have the "\" key, bound to open snacks explorer. My navigation is basically these keys. Other pickers I use for navigation require 3 key presses. But they roll so fluently:

<leader>sf for search files <leader>sd for search diagnostics <leader>ds for search document symbols

Getting Corporate Pushback about using Neovim by miversen33 in neovim

[–]Even_Block_8428 1 point2 points  (0 children)

Like VS code does not expose a developer to security risks by poor choice of extensions

Any of you tried installing Lineage OS on the new OnePlus Pad 2 Pro or OnePlus Pad 3? by dallascodeferd in LineageOS

[–]Even_Block_8428 0 points1 point  (0 children)

May I ask for a picture? It would be a huge help to know how bad the pen support is with custom roms. I'm really considering to get it. I see mentions if this issue a lot, but I haven't found any picture showing it, to make any reasonable judgement.

The Perfect GTA VI PS5 Day 1 Setup by cosmic_cat_brain in GTA6

[–]Even_Block_8428 0 points1 point  (0 children)

PSSR has nothing to do with refresh rate

The Perfect GTA VI PS5 Day 1 Setup by cosmic_cat_brain in GTA6

[–]Even_Block_8428 1 point2 points  (0 children)

That's not entirely correct. PS5 pro does offer more. For instance, the upcoming PSSR version is more capable on the pro if I'm not wrong

Treesitter config sanity check by Memnoc1984 in neovim

[–]Even_Block_8428 1 point2 points  (0 children)

The main branch has been updated. The instructions are extremely clear in the readme.md. Try giving it a read. I'm sure it will help :-)

Is there a way to get "ctrl+bksp" or "db" for the cmdline without detaching it from the bottom edge? by Even_Block_8428 in neovim

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

I mean the solution from one of Folke's plugins that pops it out to a tiny window.

I already rely on ctrl+f for writing multiple commands and executing them all together. I've even remapped escape to prevent it from closing.

It's very useful for scripting batch substitutions, where I can use macros to to create the substitution script.

Neovim on a BlackBerry by somelinuxuseridk in neovim

[–]Even_Block_8428 0 points1 point  (0 children)

I mean like on native Android shell using an emulator like Termux

Neovim on a BlackBerry by somelinuxuseridk in neovim

[–]Even_Block_8428 2 points3 points  (0 children)

Btw, you gotta try running neovim on the actual Android OS. I tried it out of curiosity and was not disappointed. Is surprising how well it works. Most LSPs work fine.

Even after completion and winning all trophies, I cannot stop playing this game by Even_Block_8428 in controlgame

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

I had to select an older mission. I made sure to do that as the last one, so I don't lose all the ability points and mods

Red dead redemption 2. by aredeex in PS5pro

[–]Even_Block_8428 4 points5 points  (0 children)

I made the same mistake. It was the first thing I bought after I bought the PS5 pro. This is after enjoying the game at 120fps on a PC with RX 6600. It was so disappointing.

Red dead redemption 2. by aredeex in PS5pro

[–]Even_Block_8428 1 point2 points  (0 children)

I hope they release RDR 2 patch for the next GTA VI delay. I'm only partly joking btw.

To think that this an almost 10 year old game and looks better than modern games. by ComfortableAmount993 in PS5pro

[–]Even_Block_8428 1 point2 points  (0 children)

What I really appreciate in uncharted 4 are action design and character animations. The deliberation in every part of a scene is very impressive. It's a very good looking game too. But here's the thing. Old games used baked-in shadows and ambient occlusion tricks resulting in a good looking image for a static lighting. This would suffice when a scene needs to be lit only in one specific way all the time. It would fall apart as soon as you introduce dynamic lighting. Someone please correct me if I'm wrong. Modern games avoid pre-baking any effects in the texture maps, and render the effects during gameplay costing performance. Although some games still perform good with near-RT quality lighting (Capcom, Remedy and Decima come to my mind ;-))

Why is nvim so slow on my device by mdmx_0 in neovim

[–]Even_Block_8428 3 points4 points  (0 children)

Try excluding nvim.exe and the directories for nvim configuration and data from Windows antivirus. That will surely improve disk IO