mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 02:59:00 +02:00
plugins/nvim-jdtls: allow lua on nvim-jdtls.data
Make it possible to set data directory with lua, so it can be project-dependent.
This commit is contained in:
parent
8234ee85ea
commit
bb8ecad13c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ in
|
|||
'';
|
||||
|
||||
data = mkOption {
|
||||
type = types.nullOr types.str;
|
||||
type = helpers.nixvimTypes.maybeRaw (with types; nullOr str);
|
||||
default = null;
|
||||
example = "/home/YOUR_USERNAME/.cache/jdtls/workspace";
|
||||
description = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue