mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
chore: add pre-commit and vim
This commit is contained in:
parent
e2d11ddfba
commit
455d924ab0
3 changed files with 8 additions and 0 deletions
|
|
@ -3561,6 +3561,9 @@ Mostly used to install some compilers and lsp's that I want to have available wh
|
||||||
# nix package database
|
# nix package database
|
||||||
nix-index
|
nix-index
|
||||||
|
|
||||||
|
# commit hooks
|
||||||
|
pre-commit
|
||||||
|
|
||||||
# proc info
|
# proc info
|
||||||
acpi
|
acpi
|
||||||
|
|
||||||
|
|
@ -5124,6 +5127,7 @@ Here we just define some aliases for rebuilding the system, and we allow some in
|
||||||
ssh-to-age
|
ssh-to-age
|
||||||
git
|
git
|
||||||
emacs
|
emacs
|
||||||
|
vim
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,9 @@
|
||||||
# nix package database
|
# nix package database
|
||||||
nix-index
|
nix-index
|
||||||
|
|
||||||
|
# commit hooks
|
||||||
|
pre-commit
|
||||||
|
|
||||||
# proc info
|
# proc info
|
||||||
acpi
|
acpi
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,5 +6,6 @@
|
||||||
ssh-to-age
|
ssh-to-age
|
||||||
git
|
git
|
||||||
emacs
|
emacs
|
||||||
|
vim
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue