Compare commits

...

22 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
bot 232e31f4e4 chore(flake): update flake.lock 2026-02-24 03:15:32 +00:00
bot ec9e40dd6b chore(flake): update flake.lock 2026-02-21 03:15:26 +00:00
bot 226642ba54 chore(flake): update flake.lock 2026-02-20 03:15:25 +00:00
bot d8ac9cfcfe chore(flake): update flake.lock 2026-02-17 03:15:26 +00:00
bot 30da4f8404 chore(flake): update flake.lock 2026-02-15 03:15:28 +00:00
bot 3aef60a590 chore(flake): update flake.lock 2026-02-12 03:15:23 +00:00
bot 8ad5890f43 chore(flake): update flake.lock 2026-02-11 03:15:32 +00:00
bot 673a4063aa chore(flake): update flake.lock 2026-02-08 03:15:25 +00:00
bot be123a6ae3 chore(flake): update flake.lock 2026-02-04 03:15:31 +00:00
bot f588ea9713 chore(flake): update flake.lock 2026-02-02 03:15:32 +00:00
bot 20663750ab chore(flake): update flake.lock 2026-01-29 03:15:23 +00:00
bot d1e2bd1e4e chore(flake): update flake.lock 2026-01-27 03:15:27 +00:00
bot 66e5105f72 chore(flake): update flake.lock 2026-01-24 03:15:32 +00:00
bot fbb56f446a chore(flake): update flake.lock 2026-01-22 03:15:24 +00:00
bot 63d25677a7 chore(flake): update flake.lock 2026-01-20 03:15:28 +00:00
bot 2f5d3ff853 chore(flake): update flake.lock 2026-01-18 03:15:21 +00:00
bot 9219404b1f chore(flake): update flake.lock 2026-01-15 03:15:27 +00:00
bot 12394ad542 chore(flake): update flake.lock 2026-01-14 03:15:21 +00:00
bot 7561b0e946 chore(flake): update flake.lock 2026-01-12 03:15:28 +00:00
palkx 398745443d feat(conform): install asdf-vm instead of tenv for terraform formatting
check-commits / Check commits (pull_request) Successful in 8s
build-flake / build (pull_request) Successful in 4m28s
build-flake / Build flake (push) Successful in 4m27s
build-flake / Release a new version (push) Successful in 10s
Sync flake lock with main nix-configuration project / Sync flake lock with main nix-configuration project (push) Successful in 6s
Sync flake lock with main nix-configuration project / Build flake (push) Successful in 4m46s
Sync flake lock with main nix-configuration project / Release a new version (push) Successful in 10s
2026-01-08 10:41:22 +02:00
4 changed files with 48 additions and 8 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;
+7 -1
View File
@@ -1,3 +1,4 @@
{ pkgs, ... }:
{
config = {
extraConfigLuaPre =
@@ -41,7 +42,12 @@
plugins.conform-nvim = {
enable = true;
autoInstall.enable = true;
autoInstall = {
enable = true;
overrides = {
"terraform_fmt" = pkgs.asdf-vm;
};
};
settings = {
default_format_opts.lsp_format = "fallback";
formatters_by_ft = {
+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": 1767799921,
"narHash": "sha256-r4GVX+FToWVE2My8VVZH4V0pTIpnu2ZE8/Z4uxGEMBE=",
"lastModified": 1771903837,
"narHash": "sha256-sdaqdnsQCv3iifzxwB22tUwN/fSHoN7j2myFW5EIkGk=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d351d0653aeb7877273920cd3e823994e7579b0b",
"rev": "e764fc9a405871f1f6ca3d1394fb422e0a0c3951",
"type": "github"
},
"original": {
@@ -118,11 +118,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1767799921,
"narHash": "sha256-r4GVX+FToWVE2My8VVZH4V0pTIpnu2ZE8/Z4uxGEMBE=",
"lastModified": 1771903837,
"narHash": "sha256-sdaqdnsQCv3iifzxwB22tUwN/fSHoN7j2myFW5EIkGk=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d351d0653aeb7877273920cd3e823994e7579b0b",
"rev": "e764fc9a405871f1f6ca3d1394fb422e0a0c3951",
"type": "github"
},
"original": {