Compare commits

..

4 Commits

Author SHA1 Message Date
kenji 4fd264f24f fix: update flake inputs to fix nodePackages deprecation 2026-05-17 19:01:43 -05:00
kenji ddb728dae4 add: bash setup 2025-12-27 18:36:21 -06:00
kenji c92c7fde64 removed auto_install 2025-12-24 13:30:58 -06:00
kenji cd9d985e9f removed ensure_installed for ts 2025-12-24 13:26:32 -06:00
5 changed files with 29 additions and 34 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
formatters_by_ft = { formatters_by_ft = {
terraform = ["tofu_fmt"]; terraform = ["tofu_fmt"];
tf = ["tofu_fmt"]; tf = ["tofu_fmt"];
sh = ["beautysh"]; sh = ["shfmt"];
bash = ["shfmt"];
}; };
}; };
}; };
+11 -11
View File
@@ -148,17 +148,17 @@
settings = { settings = {
indent.enable = true; indent.enable = true;
auto_install = false; # Disable runtime installation auto_install = false; # Disable runtime installation
ensure_installed = [ # ensure_installed = [
"git_config" # "git_config"
"git_rebase" # "git_rebase"
"gitattributes" # "gitattributes"
"gitcommit" # "gitcommit"
"gitignore" # "gitignore"
"bash" # "bash"
"python" # "python"
"lua" # "lua"
"nix" # "nix"
]; # ];
}; };
}; };
vim-surround.enable = true; vim-surround.enable = true;
Generated
+9 -9
View File
@@ -26,11 +26,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1765835352, "lastModified": 1778716662,
"narHash": "sha256-XswHlK/Qtjasvhd1nOa1e8MgZ8GS//jBoTqWtrS1Giw=", "narHash": "sha256-m1Yf0wZ8j1OHjTc2UwHwyQRSnNeSgLJOd7q5Y45hzi4=",
"owner": "hercules-ci", "owner": "hercules-ci",
"repo": "flake-parts", "repo": "flake-parts",
"rev": "a34fae9c08a15ad73f295041fec82323541400a9", "rev": "f7c1a2d347e4c52d5fb8d10cb4d94b5884e546fb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -41,11 +41,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1766309749, "lastModified": 1778869304,
"narHash": "sha256-3xY8CZ4rSnQ0NqGhMKAy5vgC+2IVK0NoVEzDoOh4DA4=", "narHash": "sha256-30sZNZoA1cqF5JNO9fVX+wgiQYjB7HJqqJ4ztCDeBZE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a6531044f6d0bef691ea18d4d4ce44d0daa6e816", "rev": "d233902339c02a9c334e7e593de68855ad26c4cb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -92,11 +92,11 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1766443759, "lastModified": 1779023681,
"narHash": "sha256-iGDhUPOPyY9NOTNHkhNzZKoz3+OlBNGg451qtvPq/Ic=", "narHash": "sha256-K7RLGyiK3J6wHr/JDxXdlGF0+0DEsdBf1w9mXjSyL8I=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "1787eeda5a2ce35bcd57dbb482718b0d897786ae", "rev": "0d05726bfb060f6559f6d64c1d427f3663dba178",
"type": "github" "type": "github"
}, },
"original": { "original": {
+2
View File
@@ -44,6 +44,8 @@
rust-bin.stable.latest.default # From rust-overlay rust-bin.stable.latest.default # From rust-overlay
ansible-lint ansible-lint
beautysh beautysh
shellcheck
shfmt
]; ];
fullNixvimModule = { fullNixvimModule = {
+5 -13
View File
@@ -1,15 +1,7 @@
#!/usr/bin/env bash #!/bin/bash
asdfa function hello() {
echo "Hello World
}
a
a
a
a
a
a
aa
aaaa
hello