plugins/lsp-status: fix update_interval type

This commit is contained in:
Austin Horstman 2024-10-07 12:16:16 -05:00
parent a3dd64b30c
commit cb3c1bfcaf
No known key found for this signature in database

View file

@ -79,7 +79,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
Symbol displayed at the beginning of the status message. Symbol displayed at the beginning of the status message.
''; '';
update_interval = defaultNullOpts.mkInt 100 '' update_interval = defaultNullOpts.mkUnsignedInt 100 ''
The interval, in milliseconds, to update the status message. The interval, in milliseconds, to update the status message.
''; '';
}; };