Skip to content

Commit e406799

Browse files
committed
fix(file_operations): allow file_operations configuration to be set to false
1 parent b372161 commit e406799

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
@@ -161,7 +161,7 @@
161161
--- }
162162
--- }
163163
---```
164-
---@field file_operations AstroLSPFileOperationsOpts?
164+
---@field file_operations AstroLSPFileOperationsOpts|false?
165165
---A custom flags table to be passed to all language servers (`:h lspconfig-setup`)
166166
---Example:
167167
--

0 commit comments

Comments
 (0)