Baby Shoggoth [she/her]

  • 3 Posts
  • 105 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle
  • i’ve had the testflight build since early on, but haven’t paid much attention to this app because i can’t get the post-list ui to look the way i prefer in other apps. 😅

    my community doesn’t need much moderation either, which means if i don’t check the website often enough i’ll completely miss a few reports because there haven’t been any in a month and my instance admin has to be annoyed by them.


  • oh i didn’t think to look in the communities list, sorry. my mod queue is empty currently, how does the app show you there’s an unhandled report? I’d kind of expect them to show up in inbox tab, but it seems i have to go through the posts tab -> community list -> mod zone dance to get to them? is there a notification count on the posts tab too for reports to hint to me that there’s something there?

    Also it might be nice to mention mod tools in the app description because most lemmy apps are still lacking them.



















  • For what it’s worth, even with those oddities, i think you should at least try lunarvim.

    The separate config thing is nice because i can try neovim+other-megaplugins without affecting my precious lvim config. the same is true on the other side, lvim won’t bonk your core neovim config.

    And with the keybinds, it’s to make sure the sub-plugins work well together. using lvim’s custom key config helps keep all your plugins from interfering with each other.

    Legit, especially if you’re going to modern vim from a modern gui ide, lunarvim will get you really close to a comfortable environment, and you can move on from there to perfect it for your own needs.


  • I recently (couple months ago) switched back to vim after not using it for anything but quick little edits for 20ish years, but i grew up on vim in the 90s.

    Like the other poster i picked lunarvim for my neovim starting point. Thought I’d try others too, but lunarvim’s defaults were nice enough that I just kept honing the config after that and never got around to trying anything else because i was already really happy with my setup.

    Lunarvim is a really good base. It does have some gotchas, such as having its own way of defining keybinds, and having a completely separate config folder in ~/.config/lvim, and a few other config things that are specific to lvim, but it’s all well documented on lunarvim’s site.