this post was submitted on 22 Jul 2023
78 points (95.3% liked)

Open Source

29014 readers
180 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 4 years ago
MODERATORS
 

While I understand the lack of proper open source alternatives for some software like AutoCAD and After Effects, it always felt weird that the best IDEs/Text Editors are made by big corporations, because you know, these are the tools programmers use.

I tried vim/neovim, which I enjoy using, but I've come to prefer visual editors instead of text based. Kate looks promising, and I'm willing to contribute to it in my free time, but it just has that "amateurish" feel to it that I can't explain.

Anyone aware of other alternatives?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 11 months ago (3 children)
[–] [email protected] 2 points 11 months ago

This looks great. I've been using Spacevim for years but will check this out

[–] [email protected] 1 points 11 months ago (1 children)

Actually a pretty good on-the-go alternative to GUI IDEs. Always using it to quickly edit configs and scripts.

[–] [email protected] 2 points 11 months ago* (last edited 11 months ago)

I am using it, as an "IDE" for everything.

[–] [email protected] 0 points 11 months ago (2 children)

How does it compare to similar stuff like AstroNvim, SpaceVim, NVChad, etc? I'm trying to choose one but having difficulties 😥

[–] [email protected] 3 points 11 months ago* (last edited 11 months ago) (1 children)

I find it significantly better than SpaceVim as they're not relying on EOL'd packages and customization is a bit easier. Defaults are pretty sane and most needed plugins are quick to setup.

[–] [email protected] 3 points 11 months ago (2 children)

Thank you, gonna give it a try! Since I'm new to nvim it would feel good to still have that "semi IDE" feeling, but the ammount of options felt overwhelming 😅

[–] [email protected] 3 points 11 months ago

No problem! That's definitely an easy problem to have with (neo)vim.

[–] [email protected] 2 points 11 months ago

I think you are doing nothing wrong with choosing Lunarvim. Anyway, If you ever are unhappy with it, you can pretty much just create your own neovim config.

[–] [email protected] 2 points 11 months ago (1 children)

It's got a pretty good community, you always find some help online. It comes per default only with "needed" plugins, which makes it a pretty nice IDE already. If you ever need more plugins, it's also not complicated to install them,

[–] [email protected] 2 points 11 months ago

Good community is always a plus for any project. Thanks for the recommendation!