Nix hm #1

Merged
LarssonMartin1998 merged 106 commits from nix-hm into main 2025-02-25 14:13:05 +00:00
Showing only changes of commit 2fbadbb9ce - Show all commits

View file

@ -2,7 +2,7 @@ return {
type = "server",
port = "${port}",
executable = {
command = vim.fn.exepath("codelldb"), -- Update with your codelldb binary path
command = vim.fn.exepath("codelldb"),
args = { "--port", "${port}" },
},
}