this post was submitted on 24 Sep 2024
23 points (96.0% liked)
Neovim
2157 readers
2 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
In fact, just start with kickstart.nvim. It is a starter config which is well documented and all in one file. It is a great starting point and you can then build from there. I'd recommend learning how to modularize and start moving stuff for separate concerns into separate files.
Thank you, I’ll look into kickstart!
Here’s where I’m at. After a bit of fiddling, I managed to get Rustacean LSP working.
I also used ChatGPT to translate my existing .vim config to lua.
Looking good! You should switch to lazy from packer though. It's simple: