feat: enable pre-commit checks
This commit is contained in:
parent
c2afb2c5d1
commit
a13a15cbd9
12 changed files with 110 additions and 26 deletions
|
@ -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 @@
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue