Compare commits
3 commits
1841ff391d
...
b65380e325
| Author | SHA1 | Date | |
|---|---|---|---|
| b65380e325 | |||
| 49db8cd3ec | |||
| e3ca18e3af |
3 changed files with 0 additions and 7 deletions
|
|
@ -6,7 +6,6 @@
|
||||||
name = "NixOS-config";
|
name = "NixOS-config";
|
||||||
|
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
gitAndTools.pre-commit
|
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -75,7 +75,6 @@ in
|
||||||
# Makes it a bit more readable
|
# Makes it a bit more readable
|
||||||
blame = {
|
blame = {
|
||||||
coloring = "repeatedLines";
|
coloring = "repeatedLines";
|
||||||
ignoreRevsFile = ".git-blame-ignore-revs";
|
|
||||||
markIgnoredLines = true;
|
markIgnoredLines = true;
|
||||||
markUnblamables = true;
|
markUnblamables = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
-- Intercept all fold commands
|
|
||||||
-- stylua: ignore
|
|
||||||
vim.g.fastfold_fold_command_suffixes = {
|
|
||||||
"x", "X", "a", "A", "o", "O", "c", "C", "r", "R", "m", "M", "i", "n", "N",
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue