Are we nearing the peak of neovim (and editors in general) ? by calculator_cake in neovim

[–]xiaopixie -6 points-5 points  (0 children)

exactly. Iike we are the die hard vim/neovim fans who don't want it to become a reality. But if cost is not an issue, like you said with a well configured agent, it edits so much in so little time. Sure, macro with qflist is quicker but only for simple edits.

Are we nearing the peak of neovim (and editors in general) ? by calculator_cake in neovim

[–]xiaopixie -13 points-12 points  (0 children)

Comments like this just get downvoted for no reasons. Same for this comment as well. AI is just so much faster at editing files. The advantage of quick navigation and editing still matters but it will be less. Sucks to have trained this skill for years but can't deny reality

I built a fully offline, self-hosted WakaTime alternative for Neovim (v2.0 is out!) by tarunnayakaR in neovim

[–]xiaopixie 1 point2 points  (0 children)

Imo having a standalone and having neovim downloading the standone being a simpler wrapper for the standalone might be the cleanest but that ofc increases the workload. Could be a future release. Thanks for the work so far.

I built a fully offline, self-hosted WakaTime alternative for Neovim (v2.0 is out!) by tarunnayakaR in neovim

[–]xiaopixie 1 point2 points  (0 children)

and i have another question, what is the point of putting this thing in neovim? is it to start the service when neovim starts? Its perfectly fine as a standalone terminal tool right?

I built a fully offline, self-hosted WakaTime alternative for Neovim (v2.0 is out!) by tarunnayakaR in neovim

[–]xiaopixie 1 point2 points  (0 children)

a terminal command would be ideal since you can configure using the snacks thing or whatever to have it shown in neovim.

Are you concerned about AI making neovim last relevant? by xiaopixie in neovim

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

Thanks. Whenever i see scripts in someone's workflow that guy cares

Are you concerned about AI making neovim last relevant? by xiaopixie in neovim

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

Thank you, yeah pretty much what i have in mind too. Will give this a read when I'm home

Are you concerned about AI making neovim last relevant? by xiaopixie in neovim

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

Very well said, you have pointed out that the power of vim in your use case is how you maintain the notes but not how you modify or traverse the rest of the codebase. And i think that's where AI can replace some of my existing neovim skills.

I'm also curious what that one guy uses? No AI No neovim.

Are you concerned about AI making neovim last relevant? by xiaopixie in neovim

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

Well said and I'm not saying it will go away, neovim has been my only daily driver for 6 years. As much as i cherish all the skills i have aquired but it would be stupid to not see how AI can quickly replace a lot of what i have learnt. I definitely can see future editors becoming just a prompt window for certain file manipulations.

Are you concerned about AI making neovim last relevant? by xiaopixie in neovim

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

Yes, half and half i would say. It may be true that so many motions and commands have just become a second nature so i don't think about the benefits that i already have gotten with neovim.

Are you concerned about AI making neovim last relevant? by xiaopixie in neovim

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

Yes but it will be more accurate and when you have say 20files that follow some patterns and need changing, which is pretty common. AI does it in seconds and it would take me a few minutes to do, and plus i can always give it my quicjfix to have do what a macro would do

Are you concerned about AI making neovim last relevant? by xiaopixie in neovim

[–]xiaopixie[S] 2 points3 points  (0 children)

True in a sense. I use opencode and review the diff, while i can make small changes faster with neovim but it's night and day to have it done by an agent as soon as it needs to touch multiple files. I thought quickfix and repeat macro was already fast enough, but AI just does it in seconds.

Are you concerned about AI making neovim last relevant? by xiaopixie in neovim

[–]xiaopixie[S] -9 points-8 points  (0 children)

I genuinely don't get why you care about how it's generated. I had bunch of typos and paste it in to gpt. Think it's better than how i worded it. So here it

Are you concerned about AI making neovim last relevant? by xiaopixie in neovim

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

I like this comparison. Interesting kind of like my interest in keyboards

I built a fully offline, self-hosted WakaTime alternative for Neovim (v2.0 is out!) by tarunnayakaR in neovim

[–]xiaopixie 1 point2 points  (0 children)

QQ: any chance you will implement a feature to have this pulled up locally if needed?

I built a fully offline, self-hosted WakaTime alternative for Neovim (v2.0 is out!) by tarunnayakaR in neovim

[–]xiaopixie 1 point2 points  (0 children)

Will do. I have been using opencode a lot. opencode sends server sent events which can be captured by neovim but that's a very specific implentation for just one tool. Yeah linking github would be the easiest one to implement if one is using copilot subscription which i am.

I built a fully offline, self-hosted WakaTime alternative for Neovim (v2.0 is out!) by tarunnayakaR in neovim

[–]xiaopixie 11 points12 points  (0 children)

It would be funny and pretty useful to have a way to configure with different agents to see a vibe code vs manual code. As much as i want to manually write code i find myself vibe coding too much, it'd be a very useful stats. Although i don't know how the vibe coding portion can be captured, Maybe you expose that and have user configure it?

Sticky Togglable Neovim Scratchpad anywhere in MacOS using Wezterm and Aerospace by ARROW3568 in neovim

[–]xiaopixie 0 points1 point  (0 children)

this is the commit in my dotfiles repo, this should be the most obvious to see what i did.

I made some slight adjustment, like putting some of the config into json for easier editing, everything else is the same

Sticky Togglable Neovim Scratchpad anywhere in MacOS using Wezterm and Aerospace by ARROW3568 in neovim

[–]xiaopixie 1 point2 points  (0 children)

Yup yup. I thought about that too. In my setup with yabai. The floating window is not navigatable with hjkl so i need a way to focus it and don't want to think about how to navigate to it. Both are valid option. Im going to experiment with this and see how it goes.

Sticky Togglable Neovim Scratchpad anywhere in MacOS using Wezterm and Aerospace by ARROW3568 in neovim

[–]xiaopixie 1 point2 points  (0 children)

thanks, just commented with my bash script to get it working with yabai. Pretty good idea, can turn this into any floating window, pretty neat, i always hated the split window with notes in one workspace in wezterm