aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/users/editors/neovim/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/users/editors/neovim/default.nix b/modules/users/editors/neovim/default.nix
index fd2341f..d6c8218 100644
--- a/modules/users/editors/neovim/default.nix
+++ b/modules/users/editors/neovim/default.nix
@@ -39,11 +39,6 @@ in
type = types.bool;
default = false;
};
- java = mkOption {
- description = "enable the java integration";
- type = types.bool;
- default = false;
- };
nix = mkOption {
description = "enable the nix integration";
type = types.bool;
@@ -79,7 +74,6 @@ in
++ (optionals cfg.langs.ts [ pkgs.nodePackages.typescript-language-server ])
++ (optionals cfg.langs.python [ ])
++ (optionals cfg.langs.go [ pkgs.gopls ])
- ++ (optionals cfg.langs.java [ pkgs.jdt-language-server ])
++ (optionals cfg.langs.nix [
pkgs.nil
pkgs.nixfmt