Compare commits
3 commits
b65380e325
...
1841ff391d
| Author | SHA1 | Date | |
|---|---|---|---|
| 1841ff391d | |||
| 458ea144c4 | |||
| abec0dd226 |
3 changed files with 0 additions and 7 deletions
|
|
@ -6,7 +6,6 @@
|
|||
name = "NixOS-config";
|
||||
|
||||
nativeBuildInputs = with pkgs; [
|
||||
gitAndTools.pre-commit
|
||||
nixpkgs-fmt
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -75,7 +75,6 @@ in
|
|||
# Makes it a bit more readable
|
||||
blame = {
|
||||
coloring = "repeatedLines";
|
||||
ignoreRevsFile = ".git-blame-ignore-revs";
|
||||
markIgnoredLines = 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