Skip to content

Commit

Permalink
plugins/lsp-status: fix update_interval type
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Oct 7, 2024
1 parent a3dd64b commit cb3c1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/by-name/lsp-status/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
'';
};
Expand Down

0 comments on commit cb3c1bf

Please sign in to comment.