Skip to content

Commit

Permalink
fix: add config option for LSP update delay
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Mar 31, 2022
1 parent b9f6067 commit 8681b03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/aerial/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ local default_options = {

-- Set to false to not update the symbols when there are LSP errors
update_when_errors = true,

-- How long to wait (in ms) after a buffer change before updating
-- Only used when diagnostics_trigger_update = false
update_delay = 300,
},

treesitter = {
Expand Down

0 comments on commit 8681b03

Please sign in to comment.