diff options
author | Linnnus <[email protected]> | 2024-10-12 19:08:21 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-10-12 19:21:53 +0200 |
commit | 090c4121e805b9eff89b4fc9fc337b320a512c07 (patch) | |
tree | 56a1460a73e1af56b62acea276a143a3e483b895 /modules/home-manager/default.nix | |
parent | 3c70da63a972c20b07f18679858c1a51b80d6e68 (diff) |
home/nvim: Assert Lua configuration is valid
Diffstat (limited to 'modules/home-manager/default.nix')
-rw-r--r-- | modules/home-manager/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index fc8366d..f2b2cf3 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -4,4 +4,5 @@ { iterm2 = import ./iterm2; git-credential-lastpass = import ./git-credential-lastpass; + assert-valid-neovim-config = import ./assert-valid-neovim-config; } |