Skip to content

Commit

Permalink
Add type annotations
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Jakobi <[email protected]>
  • Loading branch information
bas-ie and mrcjkb authored Nov 19, 2023
1 parent a58b7c7 commit bdc8667
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/rustaceanvim/config/internal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ local RustaceanConfig
---@field health lsp_server_health_status
---@field quiescent boolean inactive?

---@param dap_adapter DapExecutableConfig | DapServerConfig | disable
---@return boolean
local function should_set_dap_config_value(dap_adapter)
local adapter = types.evaluate(dap_adapter)
if adapter == false then
Expand Down

0 comments on commit bdc8667

Please sign in to comment.