Compare commits

...

2 Commits

Author SHA1 Message Date
palkx 1202857417 feat: add python-dap 2026-04-16 15:06:53 +03:00
bot bcad05d8ec chore(flake): update flake.lock 2026-02-25 03:15:29 +00:00
3 changed files with 41 additions and 7 deletions
+2 -1
View File
@@ -10,10 +10,10 @@
./modules/plugins/blink-cmp.nix
./modules/plugins/bufferline.nix
./modules/plugins/conform-nvim.nix
./modules/plugins/dap.nix
./modules/plugins/fzf-lua.nix
./modules/plugins/gitsigns.nix
./modules/plugins/mini.nix
# ./modules/plugins/neotree.nix
./modules/plugins/oil.nix
./modules/plugins/snacks.nix
./modules/plugins/tmux-navigator.nix
@@ -21,6 +21,7 @@
./modules/plugins/undotree.nix
./modules/plugins/venv-selector.nix
./modules/plugins/which-key.nix
# ./modules/plugins/neotree.nix
];
performance.byteCompileLua.enable = true;
+33
View File
@@ -0,0 +1,33 @@
{
plugins.dap = {
enable = true;
luaConfig.post = ''
local dap = require('dap')
dap.configurations.python = {
{
type = 'python',
request = 'attach',
name = 'Attach Remote (prompt for path)',
connect = {
host = '127.0.0.1',
port = 5678,
},
pathMappings = function()
local remoteRoot = vim.fn.input('Remote root path: ', '/app')
return {
{
localRoot = vim.fn.getcwd(),
remoteRoot = remoteRoot,
},
}
end,
},
}
'';
};
plugins.dap-ui.enable = true;
plugins.dap-python.enable = true;
keymaps = [ ];
}
Generated
+6 -6
View File
@@ -87,11 +87,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1771714954,
"narHash": "sha256-nhZJPnBavtu40/L2aqpljrfUNb2rxmWTmSjK2c9UKds=",
"lastModified": 1771903837,
"narHash": "sha256-sdaqdnsQCv3iifzxwB22tUwN/fSHoN7j2myFW5EIkGk=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "afbbf774e2087c3d734266c22f96fca2e78d3620",
"rev": "e764fc9a405871f1f6ca3d1394fb422e0a0c3951",
"type": "github"
},
"original": {
@@ -118,11 +118,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1771714954,
"narHash": "sha256-nhZJPnBavtu40/L2aqpljrfUNb2rxmWTmSjK2c9UKds=",
"lastModified": 1771903837,
"narHash": "sha256-sdaqdnsQCv3iifzxwB22tUwN/fSHoN7j2myFW5EIkGk=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "afbbf774e2087c3d734266c22f96fca2e78d3620",
"rev": "e764fc9a405871f1f6ca3d1394fb422e0a0c3951",
"type": "github"
},
"original": {