33
NVChad - Turn Neovim Into An Awesome IDE
(odysee.com)
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
Follow the wormhole through a path of communities !webdev@programming.dev
Looks good, many of the same plugins I use in my setup, though I've got a couple more important bits and bobs Id consider necessary for a modern ide:
nvim-dap, for debugging
A good solution for running unit tests (something I'm still trying to find a good option for myself)
nvim.llm for self hosted code prompting with an llm (finally got this working last night!)
File templates for doing away with common boilerplate for various filetypes, I forked new-file-template for this adding support for callback api to support prompting telescope multiselects.
Toggling comments, I love comment.nvim for this