• pixxelkick@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    5 months ago

    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:

    1. nvim-dap, for debugging

    2. A good solution for running unit tests (something I’m still trying to find a good option for myself)

    3. nvim.llm for self hosted code prompting with an llm (finally got this working last night!)

    4. 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.

    5. Toggling comments, I love comment.nvim for this