Skip to content

Commit 97a48af

Browse files
committed
fix(config): make formatting options optional
1 parent 7a8fa1e commit 97a48af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrolsp/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
--- end
113113
---}
114114
---```
115-
---@field formatting AstroLSPFormatOpts
115+
---@field formatting AstroLSPFormatOpts?
116116
---Configure how language servers get set up
117117
---Example:
118118
--

0 commit comments

Comments
 (0)