Skip to content

Commit 7b058d2

Browse files
authored
feat: expose enabled state on main module (#157)
1 parent 08e65d8 commit 7b058d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/tiny-inline-diagnostic/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ local default_config = {
7777
}
7878

7979
M.config = nil
80+
M.enabled = diag.enabled
8081

8182
---Create color scheme autocommand
8283
local function setup_colorscheme_handler(config)

0 commit comments

Comments
 (0)