neovim

add termdebug

+3 -1
+2
candy/lua/marshmallow/init.lua
··· 22 22 require("marshmallow.autocmd") 23 23 require("marshmallow.env") 24 24 require("marshmallow.git") 25 + 26 + vim.cmd("packadd! termdebug")
+1 -1
flake.nix
··· 71 71 golangci-lint 72 72 pyright 73 73 tinymist 74 - sourcekit-lsp 75 74 ripgrep 75 + gdb 76 76 ]; 77 77 config = { 78 78 plugins =