Skip to content

Commit

Permalink
add go dap
Browse files Browse the repository at this point in the history
  • Loading branch information
pmihaly committed Jun 30, 2024
1 parent 92b8be0 commit febf2dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/home-manager/nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,8 @@ in
};
};
extensions = {
dap-python = {
enable = true;
};
dap-python.enable = true;
dap-go.enable = true;
dap-ui = {
enable = true;
floating.mappings = {
Expand Down

0 comments on commit febf2dd

Please sign in to comment.