mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 17:03:31 +02:00
plugins/nvim-jdtls: configuration allow raw lua
This commit is contained in:
parent
5a5b9b8004
commit
6cbf441c22
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
configuration = mkOption {
|
configuration = mkOption {
|
||||||
type = types.nullOr types.str;
|
type = helpers.nixvimTypes.maybeRaw (with types; nullOr str);
|
||||||
default = null;
|
default = null;
|
||||||
example = "/home/YOUR_USERNAME/.cache/jdtls/config";
|
example = "/home/YOUR_USERNAME/.cache/jdtls/config";
|
||||||
description = "Path to the configuration file.";
|
description = "Path to the configuration file.";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue