NVChad - Turn Neovim Into An Awesome IDE
(odysee.com)
from BlanK0@lemmy.ml to programming@programming.dev on 31 Jan 2024 19:05
https://lemmy.ml/post/11302949
from BlanK0@lemmy.ml to programming@programming.dev on 31 Jan 2024 19:05
https://lemmy.ml/post/11302949
#programming
threaded - newest
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