mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-08-18 07:12:50 +01:00
Added devenv and tooling for quicker debugging
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
packages = [
|
||||
pkgs.git
|
||||
pkgs.selene
|
||||
pkgs.stylua
|
||||
];
|
||||
|
||||
languages.lua.enable = true;
|
||||
|
||||
git-hooks.hooks = {
|
||||
selene.enable = true;
|
||||
stylua.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user