From 0caa5b957e63b6b9c4c629b18e4204341e325402 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Tue, 11 Jun 2024 16:53:53 +0100 Subject: [PATCH] plugins/none-ls: normalize plugin defaults --- plugins/none-ls/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/none-ls/default.nix b/plugins/none-ls/default.nix index c8b853cb..e53987b2 100644 --- a/plugins/none-ls/default.nix +++ b/plugins/none-ls/default.nix @@ -46,7 +46,7 @@ in Uses `NullLsInfoBorder` highlight group (see [Highlight Groups](#highlight-groups)). ''; - cmd = helpers.defaultNullOpts.mkNullable (types.listOf types.str) ''["nvim"]'' '' + cmd = helpers.defaultNullOpts.mkListOf types.str [ "nvim" ] '' Defines the command used to start the null-ls server. If you do not have an `nvim` binary available on your `$PATH`, you should change this to an absolute path to the binary.