• 3 Posts
  • 4 Comments
Joined 11 months ago
cake
Cake day: November 2nd, 2023

help-circle
  • Mostly the fact i was trying to make Neovim into a GUI Editor, which it just isn’t. There are things throughout the day where a mouse is usefull. I want Variable Pitch fonts in notes and I wanted more flexibility when it came to things like the modeline. Finally, the fact that i can write my own functions to set stuff up is pretty great. With Neovim you can do a lot with lua, but it’s mostly an API and not so much you programming the editor. Hard to explain.

    Apart from that, the potential ceiling for emacs is higher (i think). It can do a LOT more than neovim does. I’m not using much of it at the moment, but plan to in the future.

    And i didn’t exactly “switch”. I still have my neovim config around for work in the terminal and for “quick edits”.






  • Yeah, I’ve started to notice the same for me. I use neovim and emacs at work. Many files I open are now rainbow puke. I’m sure some people find it useful. I personally use an lsp and treesitter mostly for automatic indentation.

    I’m thinking about making a color scheme which uses one color besides the main foreground and uses font weight and slant for highlighting in 90% of cases, limiting color to spare, relevant places. I’m tired of every string, number etc. being colorized. Just looks cluttered imho.