aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/_generated/schemas/bashls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/_generated/schemas/bashls.lua')
-rw-r--r--lua/nvim-lsp-installer/_generated/schemas/bashls.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/_generated/schemas/bashls.lua b/lua/nvim-lsp-installer/_generated/schemas/bashls.lua
new file mode 100644
index 00000000..293d2dcd
--- /dev/null
+++ b/lua/nvim-lsp-installer/_generated/schemas/bashls.lua
@@ -0,0 +1,3 @@
+-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY.
+-- stylua: ignore start
+return {properties = {["bashIde.explainshellEndpoint"] = {default = "",description = "Configure explainshell server in order to get hover documentation on flags and options.",type = "string"},["bashIde.globPattern"] = {default = "**/*@(.sh|.inc|.bash|.command)",description = "Glob pattern for finding and parsing shell script files.",type = "string"},["bashIde.highlightParsingErrors"] = {default = false,description = "Controls if parsing errors will be highlighted as problems.",type = "boolean"}},title = "Bash IDE configuration",type = "object"} \ No newline at end of file