feat: enable pre-commit checks

This commit is contained in:
Michael Mandl 2024-07-10 13:40:41 +02:00
parent c2afb2c5d1
commit a13a15cbd9
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2
12 changed files with 110 additions and 26 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, theme, ... }:
{
# symlink for a stable path
# symlink for a stable path
home.file.".vscode-extensions/vscode-lldb".source = pkgs.vscode-extensions.vadimcn.vscode-lldb;
programs = {
@ -16,14 +16,14 @@
vim-bbye
ansible-vim
# ui
# ui
dressing-nvim
# session handling
project-nvim
auto-session
# escape handling
# escape handling
better-escape-nvim
nvim-treesitter.withAllGrammars
@ -82,7 +82,7 @@
nvim-dap
nvim-dap-ui
# neorg
# neorg
neorg
neorg-telescope
];
@ -169,5 +169,3 @@
};
};
}