this post was submitted on 29 Mar 2026
76 points (97.5% liked)

Programming

26316 readers
944 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
top 14 comments
sorted by: hot top controversial new old
[–] robbo@programming.dev 12 points 2 days ago (2 children)

Been using this for a long time now. I like my config to be minimal and this release doesn't require much to do anything. I haven't had a package manger, nvim-lspconfig and for a while I had no nvim-treesitter but that was more trouble than it was worth at the time. So my config is more like what you'd find in an IDE, setting up bindings and language support.

[–] Tja@programming.dev 2 points 2 days ago (1 children)

I know some of these words!

- an Emacs user

[–] robbo@programming.dev 2 points 1 day ago (1 children)

0.12 is probably close to the emacs experience, been a while since I used it. It's all about being good out of the box.

[–] Tja@programming.dev 2 points 1 day ago (1 children)

Does it come with a good text editor?

^~/s~^

[–] robbo@programming.dev 2 points 1 day ago (1 children)

don't know that's claudes job now apparently

[–] Tja@programming.dev 2 points 1 day ago
[–] Gonzako@lemmy.world 2 points 2 days ago (1 children)

Have ya given kickstart.nvim a check?

[–] abbadon420@sh.itjust.works 5 points 3 days ago (1 children)

I tried neovim on windows. It is not quite the same experience. Especially neotree is very buggy

[–] spacemanspiffy@lemmy.world 3 points 2 days ago (1 children)

I want to use it on my work PC (Windows) but its so slow its basically unusable. So I use VS with a Vim plugin.

[–] NominatedNemesis@reddthat.com 1 points 1 day ago (2 children)

I experienced the same bug in winslop: It is not the neovim fault, but the terminal emulator. While WT (default for 11) is good enough, for some computers it is pretty laggy. I recommend wezterm.

Source: I manage many onprem windows PCs with automation, and some 1 of them experienced this issue.

[–] spacemanspiffy@lemmy.world 2 points 1 day ago (1 children)

Whoa you weren't kidding! It still chugs in our large project, and I have some Windows issues in my config to fix, but nvim itself runs well for me now!

[–] NominatedNemesis@reddthat.com 1 points 1 hour ago

I am happy that I've been useful 😄 The experience on windows will always be worse than on linux sadly. But I have no choice, I have to use winslop for work, so I made it work. 😅

[–] spacemanspiffy@lemmy.world 2 points 1 day ago

I may try this. Thank you for the tip!