plugins/nvim-jdtls: configuration allow raw lua

This commit is contained in:
Austin Horstman 2024-09-17 12:29:21 -05:00
parent 5a5b9b8004
commit 6cbf441c22
No known key found for this signature in database

View file

@ -64,7 +64,7 @@ in
};
configuration = mkOption {
type = types.nullOr types.str;
type = helpers.nixvimTypes.maybeRaw (with types; nullOr str);
default = null;
example = "/home/YOUR_USERNAME/.cache/jdtls/config";
description = "Path to the configuration file.";