Skip to content

Commit

Permalink
fix: make CompletionOpts fields optional
Browse files Browse the repository at this point in the history
  • Loading branch information
will-lynas committed Sep 3, 2024
1 parent 14e0427 commit ab4aca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/obsidian/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ config.LinkStyle = {

---@class obsidian.config.CompletionOpts
---
---@field nvim_cmp boolean
---@field min_chars integer
---@field nvim_cmp boolean|?
---@field min_chars integer|?
config.CompletionOpts = {}

--- Get defaults.
Expand Down

0 comments on commit ab4aca2

Please sign in to comment.