mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/jdtls: allow rawLua in settings.cmd
This commit is contained in:
parent
e83c7fc2e7
commit
e9a85eed8b
2 changed files with 15 additions and 2 deletions
|
@ -5,7 +5,7 @@ let
|
|||
in
|
||||
{
|
||||
cmd = mkNullOrOption' {
|
||||
type = with types; listOf str;
|
||||
type = with types; listOf (maybeRaw str);
|
||||
example = [
|
||||
"java"
|
||||
"-data"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue