Compare commits

...

27 Commits

Author SHA1 Message Date
bot b9e8a41548 chore(deps): update cachix/cachix-action action to v17
check-commits / Check commits (pull_request) Successful in 32s
build-flake / build (pull_request) Failing after 4m55s
2026-04-18 00:09:35 +00:00
bot a27be979fe chore(flake): update flake.lock 2026-04-17 03:15:20 +00:00
palkx 6855a707d4 feat: update plugins, flake
build-flake / Build flake (push) Successful in 9m52s
build-flake / Release a new version (push) Successful in 13s
Sync flake lock with main nix-configuration project / Sync flake lock with main nix-configuration project (push) Successful in 7s
Sync flake lock with main nix-configuration project / Build flake (push) Successful in 9m9s
Sync flake lock with main nix-configuration project / Release a new version (push) Successful in 10s
2026-04-16 18:14:54 +03:00
bot 03dfec1389 chore(flake): update flake.lock 2026-02-28 03:15:25 +00: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
bot fba52b1f2f chore(flake): update flake.lock 2026-01-08 03:15:25 +00:00
bot 702b8808cb chore(flake): update flake.lock 2026-01-07 03:15:21 +00:00
10 changed files with 110 additions and 40 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
experimental-features = nix-command flakes experimental-features = nix-command flakes
github_access_token: ${{ secrets.GH_ACCESS_TOKEN }} github_access_token: ${{ secrets.GH_ACCESS_TOKEN }}
nix_path: nixpkgs=channel:nixos-25.11 nix_path: nixpkgs=channel:nixos-25.11
- uses: cachix/cachix-action@v16 - uses: cachix/cachix-action@v17
with: with:
name: palkx name: palkx
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
+1 -4
View File
@@ -6,19 +6,16 @@
./modules/plugins/lsp ./modules/plugins/lsp
./modules/plugins/airline.nix
./modules/plugins/blink-cmp.nix ./modules/plugins/blink-cmp.nix
./modules/plugins/bufferline.nix ./modules/plugins/bufferline.nix
./modules/plugins/conform-nvim.nix ./modules/plugins/conform-nvim.nix
./modules/plugins/fzf-lua.nix ./modules/plugins/fzf-lua.nix
./modules/plugins/gitsigns.nix ./modules/plugins/gitsigns.nix
./modules/plugins/lualine.nix
./modules/plugins/mini.nix ./modules/plugins/mini.nix
# ./modules/plugins/neotree.nix
./modules/plugins/oil.nix ./modules/plugins/oil.nix
./modules/plugins/snacks.nix ./modules/plugins/snacks.nix
./modules/plugins/tmux-navigator.nix
./modules/plugins/treesitter.nix ./modules/plugins/treesitter.nix
./modules/plugins/undotree.nix
./modules/plugins/venv-selector.nix ./modules/plugins/venv-selector.nix
./modules/plugins/which-key.nix ./modules/plugins/which-key.nix
]; ];
+7 -1
View File
@@ -1,3 +1,4 @@
{ pkgs, ... }:
{ {
config = { config = {
extraConfigLuaPre = extraConfigLuaPre =
@@ -41,7 +42,12 @@
plugins.conform-nvim = { plugins.conform-nvim = {
enable = true; enable = true;
autoInstall.enable = true; autoInstall = {
enable = true;
overrides = {
"terraform_fmt" = pkgs.asdf-vm;
};
};
settings = { settings = {
default_format_opts.lsp_format = "fallback"; default_format_opts.lsp_format = "fallback";
formatters_by_ft = { formatters_by_ft = {
+9
View File
@@ -0,0 +1,9 @@
{
plugins.lightline = {
enable = true;
settings = {
colorscheme = "catppuccin";
tabline = false;
};
};
}
+9
View File
@@ -0,0 +1,9 @@
{
plugins.lualine = {
enable = true;
settings.options = {
theme = "catppuccin";
globalstatus = true;
};
};
}
-1
View File
@@ -5,7 +5,6 @@
modules = { modules = {
icons = { }; icons = { };
comment = { }; comment = { };
diff = { };
}; };
}; };
} }
+13 -6
View File
@@ -4,14 +4,14 @@
enable = true; enable = true;
settings = { settings = {
bigfile.enabled = true; bigfile.enabled = true;
notifier.enabled = true;
quickfile.enabled = true;
statuscolumn.enabled = true; statuscolumn.enabled = true;
words.enabled = true;
lazygit.enabled = true; lazygit.enabled = true;
picker.enabled = true; picker = {
indent.enabled = true; enabled = true;
scope.enabled = true; matcher = {
frecency = true;
};
};
}; };
}; };
@@ -436,6 +436,13 @@
desc = "Delete Buffer"; desc = "Delete Buffer";
}; };
} }
{
key = "<leader>bo";
action = lib.nixvim.mkRaw "function() Snacks.bufdelete.other() end";
options = {
desc = "Delete Other Buffers";
};
}
{ {
key = "<leader>cR"; key = "<leader>cR";
action = lib.nixvim.mkRaw "function() Snacks.rename.rename_file() end"; action = lib.nixvim.mkRaw "function() Snacks.rename.rename_file() end";
+38 -6
View File
@@ -3,7 +3,6 @@
plugins = { plugins = {
treesitter = { treesitter = {
enable = true; enable = true;
settings = { settings = {
indent = { indent = {
enable = true; enable = true;
@@ -17,12 +16,48 @@
grammarPackages = pkgs.vimPlugins.nvim-treesitter.allGrammars; grammarPackages = pkgs.vimPlugins.nvim-treesitter.allGrammars;
}; };
# Show sticky context window at top
treesitter-context = { treesitter-context = {
enable = false; enable = true;
settings = {
max_lines = 5;
mode = "topline";
trim_scope = "outer";
};
};
# highlight scoped function
indent-blankline = {
enable = true;
settings = {
exclude = {
buftypes = [
"terminal"
"quickfix"
];
filetypes = [
""
"checkhealth"
"help"
"lspinfo"
"packer"
"TelescopePrompt"
"TelescopeResults"
];
};
indent = {
char = "";
};
scope = {
show_end = false;
show_exact_scope = true;
show_start = true;
};
};
}; };
treesitter-textobjects = { treesitter-textobjects = {
enable = true; enable = false;
settings = { settings = {
select = { select = {
enable = true; enable = true;
@@ -31,7 +66,4 @@
}; };
}; };
}; };
extraConfigLua = ''
local parser_config = require("nvim-treesitter.parsers").get_parser_configs()
'';
} }
+11
View File
@@ -62,6 +62,12 @@
scrolloff = 5; scrolloff = 5;
}; };
# Enable limit colomn
opts.colorcolumn = "80,120";
opts.wrap = false;
# This info is displayed in lightline
opts.showmode = false;
diagnostic.settings = { diagnostic.settings = {
update_in_insert = true; update_in_insert = true;
severity_sort = true; severity_sort = true;
@@ -112,4 +118,9 @@
# Comment.underline = true; # Comment.underline = true;
# Comment.bold = true; # Comment.bold = true;
# }; # };
withNodeJs = false;
withPerl = false;
withPython3 = false;
withRuby = false;
} }
Generated
+21 -21
View File
@@ -5,11 +5,11 @@
"nixpkgs-lib": "nixpkgs-lib" "nixpkgs-lib": "nixpkgs-lib"
}, },
"locked": { "locked": {
"lastModified": 1765835352, "lastModified": 1775087534,
"narHash": "sha256-XswHlK/Qtjasvhd1nOa1e8MgZ8GS//jBoTqWtrS1Giw=", "narHash": "sha256-91qqW8lhL7TLwgQWijoGBbiD4t7/q75KTi8NxjVmSmA=",
"owner": "hercules-ci", "owner": "hercules-ci",
"repo": "flake-parts", "repo": "flake-parts",
"rev": "a34fae9c08a15ad73f295041fec82323541400a9", "rev": "3107b77cd68437b9a76194f0f7f9c55f2329ca5b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -26,11 +26,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1765835352, "lastModified": 1768135262,
"narHash": "sha256-XswHlK/Qtjasvhd1nOa1e8MgZ8GS//jBoTqWtrS1Giw=", "narHash": "sha256-PVvu7OqHBGWN16zSi6tEmPwwHQ4rLPU9Plvs8/1TUBY=",
"owner": "hercules-ci", "owner": "hercules-ci",
"repo": "flake-parts", "repo": "flake-parts",
"rev": "a34fae9c08a15ad73f295041fec82323541400a9", "rev": "80daad04eddbbf5a4d883996a73f3f542fa437ac",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -87,11 +87,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1767480499, "lastModified": 1776067740,
"narHash": "sha256-8IQQUorUGiSmFaPnLSo2+T+rjHtiNWc+OAzeHck7N48=", "narHash": "sha256-B35lpsqnSZwn1Lmz06BpwF7atPgFmUgw1l8KAV3zpVQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "30a3c519afcf3f99e2c6df3b359aec5692054d92", "rev": "7e495b747b51f95ae15e74377c5ce1fe69c1765f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -103,11 +103,11 @@
}, },
"nixpkgs-lib": { "nixpkgs-lib": {
"locked": { "locked": {
"lastModified": 1765674936, "lastModified": 1774748309,
"narHash": "sha256-k00uTP4JNfmejrCLJOwdObYC9jHRrr/5M/a/8L2EIdo=", "narHash": "sha256-+U7gF3qxzwD5TZuANzZPeJTZRHS29OFQgkQ2kiTJBIQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixpkgs.lib", "repo": "nixpkgs.lib",
"rev": "2075416fcb47225d9b68ac469a5c4801a9c4dd85", "rev": "333c4e0545a6da976206c74db8773a1645b5870a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -118,11 +118,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1767480499, "lastModified": 1776067740,
"narHash": "sha256-8IQQUorUGiSmFaPnLSo2+T+rjHtiNWc+OAzeHck7N48=", "narHash": "sha256-B35lpsqnSZwn1Lmz06BpwF7atPgFmUgw1l8KAV3zpVQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "30a3c519afcf3f99e2c6df3b359aec5692054d92", "rev": "7e495b747b51f95ae15e74377c5ce1fe69c1765f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -140,11 +140,11 @@
"systems": "systems_2" "systems": "systems_2"
}, },
"locked": { "locked": {
"lastModified": 1766849711, "lastModified": 1769049374,
"narHash": "sha256-gtLBwhgjERca1UCzGkFplD5epIVRiNkePHVVtyFr73g=", "narHash": "sha256-h0Os2qqNyycDY1FyZgtbn28VF1ySP74/n0f+LDd8j+w=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "cae79c48e93bd61e478dfc12456bf68b1ce66074", "rev": "b8f76bf5751835647538ef8784e4e6ee8deb8f95",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -164,11 +164,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1761730856, "lastModified": 1768249818,
"narHash": "sha256-t1i5p/vSWwueZSC0Z2BImxx3BjoUDNKyC2mk24krcMY=", "narHash": "sha256-ANfn5OqIxq3HONPIXZ6zuI5sLzX1sS+2qcf/Pa0kQEc=",
"owner": "NuschtOS", "owner": "NuschtOS",
"repo": "search", "repo": "search",
"rev": "e29de6db0cb3182e9aee75a3b1fd1919d995d85b", "rev": "b6f77b88e9009bfde28e2130e218e5123dc66796",
"type": "github" "type": "github"
}, },
"original": { "original": {