Skip to content

Commit

Permalink
fix(docs): config requires ignore_methods field (#98)
Browse files Browse the repository at this point in the history
* fix(settings): typo in type annotations

* fix(settings): make methods field optional
  • Loading branch information
jaredmcateer authored Feb 28, 2024
1 parent bfaa24b commit 05385ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mason-null-ls/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local M = {}

---@class MasonNullLsSettings
---@field handlers table | nil
---@field ignore_methods MasonNullLsMethods
---@field methods MasonNullLsMethods | nil
---@field ensure_installed table
---@field automatic_installation boolean | table
local DEFAULT_SETTINGS = {
Expand Down

0 comments on commit 05385ea

Please sign in to comment.