mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 01:08:43 +02:00
plugins/lsp-status: fix update_interval type
This commit is contained in:
parent
a3dd64b30c
commit
cb3c1bfcaf
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
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.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue