mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
plugins/none-ls: normalize plugin defaults
This commit is contained in:
parent
f596505897
commit
0caa5b957e
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ in
|
||||||
Uses `NullLsInfoBorder` highlight group (see [Highlight Groups](#highlight-groups)).
|
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
|
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
|
`nvim` binary available on your `$PATH`, you should change this to an absolute
|
||||||
path to the binary.
|
path to the binary.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue