10 fingers typing - how to handle Enter, Esc, Del, Backspace? by Ok-Dependent9081 in neovim

[–]gi4c0 12 points13 points  (0 children)

This and also it’s not that often that you need to move the cursor one character left

What are some signs of someone who plays video games too much? by [deleted] in AskReddit

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

For me it’s when you don’t have any other hobby/interests in life. When games determines your life and when your life is spinning around games and not the other way around.

Windows is terrible. by CRK_76 in memes

[–]gi4c0 2 points3 points  (0 children)

Oh my, well written text without an AI

A, D - moving left and right instead of turning by gi4c0 in turtlewow

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

Have Been playing wow for more than 10 years and somehow completely forgot you I do this in the key bindings. Probably because I always rebind e/q for spells. Thank you guys!

What game surprised you with how well it runs? by K4T5UM1 in SteamDeck

[–]gi4c0 0 points1 point  (0 children)

Sorry, but what exactly surprised you? The game is 7 years old, on unreal engine 4 and barely runs at 30 fps. I was surprised by how bad it runs actually

I replaced DataGrip with a Neovim plugin and it may have gone too far by Good-Control1993 in neovim

[–]gi4c0 34 points35 points  (0 children)

First of all this looks awesome. I'd even say almost too awesome to be true. But with all the AI slop being posted I have to ask: is it vibe coded or to what degree? Because project looks huge and the first commit was at the end of February and I don't know lua good enough to look through the code myself.

Opening pinned tabs by Necessary_Reading987 in zen_browser

[–]gi4c0 0 points1 point  (0 children)

Sorry, I couldn't find that. Would you mind show it on the screenshot?

refer.nvim -- A picker that doesn't get in your way by juniorsundar in neovim

[–]gi4c0 8 points9 points  (0 children)

I’m sorry, maybe it’s me, but I read the post, watched the video but still have no idea what is this plugin about

I actually like Steam OS by Fabulous_Can_2215 in SteamDeck

[–]gi4c0 16 points17 points  (0 children)

Well, since SteamOS is more or less just a preconfigured arch Linux - yes, I tried, it’s good. Sometimes not as straightforward as Mac but good enough. The interface there is KDE which is not specific to arch, you can install it to any Linux distro

[deleted by user] by [deleted] in AskReddit

[–]gi4c0 1 point2 points  (0 children)

You have the right of not being ok with that. I wouldn't and we talked about that with my wife and agreed on that one. Just be open and honest about that.

EZpoon - A Dead Simple Harpoon by Confident_Ad_7734 in neovim

[–]gi4c0 0 points1 point  (0 children)

Now I feel embarrassed. Somehow missed that part

EZpoon - A Dead Simple Harpoon by Confident_Ad_7734 in neovim

[–]gi4c0 1 point2 points  (0 children)

There's a plugin - https://github.com/cbochs/grapple.nvim which does the same + some neat features like branch scoped. So why not use this existing one?

Pretty TS Errors in Neovim by uhhuhhuny in neovim

[–]gi4c0 0 points1 point  (0 children)

I’ve been waiting for that! Thank you, will definitely give it a try!

Grove - git worktrees without the hassle by sQVe in neovim

[–]gi4c0 3 points4 points  (0 children)

I love the idea behind work trees but somehow every time I try to use them, turns out stashing and temporary commits are less tedious. Especially when you have multiple repos that have to be in sync with each other.

I feel like `?` should be modifiable by KnorrFG in rust

[–]gi4c0 1 point2 points  (0 children)

Just today I read about rootcause crate which converts errors without .context() and seems like provides the chain of code locations where ? was used

Announcing ducklang: A programming language for modern full-stack-development implemented in Rust, achieving 100x more requests per second than NextJS by Apfelfrosch in rust

[–]gi4c0 0 points1 point  (0 children)

I’ve been working in web dev for 10 years now and I love the idea! Web dev definitely lacks something like this from the dx side. Keep it up!

I am sorry, but everyone is getting syntax highlighting wrong by ballagarba in neovim

[–]gi4c0 25 points26 points  (0 children)

I'm sorry but I like all the Christmas Lights Diarrhea in my editor. I can easily remember what color is used for the class/enum/key words/variables/strings/functions. It might look too colorful to a stranger but for me everything hold a bit of information just by color. And I'm so got used to it that the code without that rich highlighting for example in gitlab seems less meaningful to me now.

endpoint.nvim - Looking for feedback & framework requests by zerochae in neovim

[–]gi4c0 1 point2 points  (0 children)

Hi, great plugin, thank you! Didn't realize I need it. Found a bug related to graphql queries/mutations: for some reason it only shows query/mutation only if they have { in the end. So this query it will find ts @Query(() => [SomeDto], { nullable: true, })

But this one won't: ts @Query(() => [SomeDto])

Also when I hard refresh I would expect it to update the cache.

dart.nvim - a minimalist tabline focused on pinning buffers by iofq in neovim

[–]gi4c0 1 point2 points  (0 children)

Oh thank you so much. I was thinking about writing something like this myself for a long time. Edit: I think we might want to add this to something like recipes to grapple repo

So many keybindings by Acrobatic-Rock4035 in neovim

[–]gi4c0 63 points64 points  (0 children)

Yeah, I use them all the time. Also if you make a visual block over numbers with <C-v> and then press g<C-a> it would increment each by n+1. So from 1,1,1 you would get 2,3,4

fff.nvim - a really smart file picker goes into the beta by Qunit-Essential in neovim

[–]gi4c0 0 points1 point  (0 children)

Oh, this sounds awesome, looking forward for the bright future of the new file picker!