forked from Shinonome/fred-neovim
Compare commits
4 Commits
358abc0fea
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fd264f24f | |||
| ddb728dae4 | |||
| c92c7fde64 | |||
| cd9d985e9f |
@@ -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
@@ -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
@@ -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": {
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user