diff options
author | Soispha <soispha@vhack.eu> | 2023-08-03 21:35:20 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-19 17:34:48 +0200 |
commit | 592bd77a9ba398ee0896565c6ec0fcbe2e843abc (patch) | |
tree | 80e414e33f8732ff90fdaada995a3c3234ac3106 /flake | |
parent | Feat(hm/conf/nvim): Add basic nix config [REBASE TARGET] (diff) | |
download | nixos-config-592bd77a9ba398ee0896565c6ec0fcbe2e843abc.tar.gz nixos-config-592bd77a9ba398ee0896565c6ec0fcbe2e843abc.zip |
Fix(flake): Add lua ls, as nvim still has some lua based config
Diffstat (limited to 'flake')
-rw-r--r-- | flake/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/flake/default.nix b/flake/default.nix index 573bd276..5a4be312 100644 --- a/flake/default.nix +++ b/flake/default.nix @@ -114,6 +114,9 @@ in { nil statix + # lua + lua-language-server + # yaml yamllint |