mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-08-19 07:32:49 +01:00
Added static analysis tooling
This commit is contained in:
@@ -7,10 +7,13 @@
|
||||
}: {
|
||||
packages = [
|
||||
pkgs.git
|
||||
pkgs.lua-language-server
|
||||
pkgs.selene
|
||||
pkgs.stylua
|
||||
];
|
||||
|
||||
scripts.typecheck.exec = "lua-language-server --check=. --checklevel=Warning";
|
||||
|
||||
languages.lua.enable = true;
|
||||
|
||||
git-hooks.hooks = {
|
||||
|
||||
Reference in New Issue
Block a user