obsidian.nvim icon indicating copy to clipboard operation
obsidian.nvim copied to clipboard

fix(type): makes client opts optional

Open aarnphm opened this issue 1 year ago • 0 comments

Please do correct me if I'm wrong, but obsidian.nvim does have a default for all of these fields, so all of this can be optional.

Otherwise if the following occur:

    ---@type obsidian.config.ClientOpts
    opts = {
    	...partially update some fields
    }

Diagnostic will show

Screenshot 2024-08-16 at 12 32 18

aarnphm avatar Aug 16 '24 16:08 aarnphm