plugins/none-ls: normalize plugin defaults

This commit is contained in:
Matt Sturgeon 2024-06-11 16:53:53 +01:00
parent f596505897
commit 0caa5b957e
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -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.