plugins/lsp: normalize plugin defaults

This commit is contained in:
Matt Sturgeon 2024-06-11 16:53:12 +01:00
parent 6f408f2bd0
commit 0f07201a0c
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
10 changed files with 205 additions and 199 deletions

View file

@ -22,7 +22,7 @@ helpers.neovim-plugin.mkNeovimPlugin config {
'';
in
{
kind_labels = helpers.defaultNullOpts.mkAttrsOf types.str "{}" ''
kind_labels = helpers.defaultNullOpts.mkAttrsOf types.str { } ''
An optional map from LSP symbol kinds to label symbols. Used to decorate the current function name.
'';