diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-12-22 23:00:07 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-12-22 23:00:07 +0100 |
| commit | d2b6cf44a3277fd5d04bc10110d344827217e24e (patch) | |
| tree | 6c62dcce5f9e3ac45a8cf1112ece2ef755142a2e /home-modules/apps/nvim/default.nix | |
| parent | ee7b1d28e41a5ef25686ae1efc58b862e282813a (diff) | |
nixfmt
Diffstat (limited to '')
| -rw-r--r-- | home-modules/apps/nvim/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/home-modules/apps/nvim/default.nix b/home-modules/apps/nvim/default.nix index b494660..c99a343 100644 --- a/home-modules/apps/nvim/default.nix +++ b/home-modules/apps/nvim/default.nix @@ -11,7 +11,7 @@ in { options.homeapps.nvim = { enable = lib.mkEnableOption "Enables neovim configuration"; - lsp = lib.mkEnableOption "Enables LSP Support and the needed servers"; + lsp = lib.mkEnableOption "Enables LSP Support and the needed servers"; }; config = lib.mkIf config.homeapps.nvim.enable { @@ -65,6 +65,7 @@ in ++ [ ts_ls vue_ls - ]); + ] + ); }; } |
