mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
visuals/fidget: fix plugin setupOpts name
This commit is contained in:
parent
0b9e5e8f37
commit
055fcb4f57
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ in {
|
||||||
options.vim.visuals.fidget-nvim = {
|
options.vim.visuals.fidget-nvim = {
|
||||||
enable = mkEnableOption "nvim LSP UI element [fidget-nvim]";
|
enable = mkEnableOption "nvim LSP UI element [fidget-nvim]";
|
||||||
|
|
||||||
setupOpts = nvim.types.mkPluginSetupOption "Nvim Tree" {
|
setupOpts = nvim.types.mkPluginSetupOption "Fidget" {
|
||||||
progress = {
|
progress = {
|
||||||
poll_rate = mkOption {
|
poll_rate = mkOption {
|
||||||
description = "How frequently to poll for LSP progress messages";
|
description = "How frequently to poll for LSP progress messages";
|
||||||
|
|
Loading…
Reference in a new issue