this post was submitted on 04 Aug 2024
72 points (96.2% liked)

Linux

47591 readers
1694 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Hello! My question is basically what the title says. I'm searching for an IDE/text editor for Go development and am wondering if anybody knows an alternative to these. Here is the list of software I tried:

  • I've tried NeoVim but I really don't want to waste time doing text-based configuration and messing with extensions just to get some basic features working.

  • I tried VSCodium but it doesn't exist in my system software repositories (I'm currently on Chimera Linux), and the flatpak version can't run any system commands.

  • GoLand and Sublime Text are proprietary & paid.

It seems the market for IDEs is pretty small, so I wouldn't really be surprised if nothing existed that fit these criteria, but thanks for any answers in advance!

Edit: I've settled with Lite-XL which seems to be a great editor. Thanks for all of your great recommendations!

you are viewing a single comment's thread
view the rest of the comments
[–] Presi300 1 points 2 months ago (1 children)

By chimera Linux, do you mean the gaming one or this one?

Just curious

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

I meant the latter. I don't really like systemd and I loved FreeBSD for its simplicity but also can't use it on bare metal because of a lack of drivers, so this seemed like a great option.

[–] Presi300 1 points 2 months ago (1 children)

Wow, it's actually daily driveable? Mind linking me the installation docs, I can't seem to find em...

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

Damn, I'm amazed at how pain-free the whole installation/setup process is. Everything sorta just worked. Though, I'm struggling a bit, trying to make zram service with dinit.

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

I didn't setup zram but just went for a swap partition and specified it in fstab, so I'm not sure how that works really. There are a few issues open in GitHub about it but there seems to be no activity on them.