Page 16 of 16
Re: MintPPC
Posted: Thu Sep 18, 2025 1:45 pm
by mintppc
MartinW wrote: Thu Sep 18, 2025 12:25 pm
Thanks. I’ll try some of these. To answer the initial question, on my desktop (Mac) I usually use any number of the Jetbrains IDEs (pycharm, rust rover, clion) but they’re not an option. Aside from that I use neovim, more specifically astronvim. The problem there is it needs 10+ and a whole load of plugins so I’d be amazed if they’re all working.
So given all that, I’ll try some of your suggestions. Thanks for your time sorting a few things out!
xed is in the repo now, let me know if you want neovim.
Re: MintPPC
Posted: Thu Sep 18, 2025 2:18 pm
by MartinW
Possibly, but my config requires NeoVim 10+ It wouldn't hurt me to learn how to do it properly instead of using a predefined config however!.
So if it's quick and easy to add then please do, else your time is better spent elsewhere
I tried Geany, that seems to support rust out of the box, but none of the autocomplete stuff that was meant to work did. I'm sure that's just something I could look into. I doubt that's related to the platform, it will be me not knowing how to set it up right, I'm sure.
Re: MintPPC
Posted: Thu Sep 18, 2025 3:08 pm
by mintppc
Re: MintPPC
Posted: Thu Sep 18, 2025 3:12 pm
by MartinW
Well that would be my preferred option. I’d have to see how I get on with the plugin ecosystem but neovim itself would definitely get my vote as it’s one of the tools I use all day long in my job and a bit of a go to for me.
Re: MintPPC
Posted: Thu Sep 18, 2025 3:31 pm
by mintppc
More dependency problems during the build of neovim:
The following packages have unmet dependencies:
pbuilder-satisfydepends-dummy : Depends: lua-luv-dev (>= 1.43.0) but it is not installable
Depends: python3-pynvim (>= 0.5.2-2~) but it is not installable
Unable to resolve dependencies! Giving up...
So I need to somehow also build lua-luv (or use an older version) and maybe more. I will try tomorrow. It is more complicated than I thought.
Re: MintPPC
Posted: Thu Sep 18, 2025 3:45 pm
by MartinW
Don’t invest too much time and effort on my part. I can get by with other options and I don’t spend a massive amount of time in Linux on my PPC machines. I can always cross compile or just do most work on Mac and then just compile / test on ppc. The keybinds drive me insane on Linux, whatever the flavour for starters.