aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/_generated/schemas/bashls.lua
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-04-26 15:34:44 +0200
committerWilliam Boman <william@redwill.se>2022-04-26 15:34:44 +0200
commit0bbc4b5402c63e285ce924fbe3f872cb8a5f6595 (patch)
tree19d37e812b46a76d9f03f20b59fc5a0a127c0f9f /lua/nvim-lsp-installer/_generated/schemas/bashls.lua
parentfix(terraformls): use `root-dir` instead of `root-dir/terraform-ls` as cmd pa... (diff)
downloadmason-0bbc4b5402c63e285ce924fbe3f872cb8a5f6595.tar
mason-0bbc4b5402c63e285ce924fbe3f872cb8a5f6595.tar.gz
mason-0bbc4b5402c63e285ce924fbe3f872cb8a5f6595.tar.bz2
mason-0bbc4b5402c63e285ce924fbe3f872cb8a5f6595.tar.lz
mason-0bbc4b5402c63e285ce924fbe3f872cb8a5f6595.tar.xz
mason-0bbc4b5402c63e285ce924fbe3f872cb8a5f6595.tar.zst
mason-0bbc4b5402c63e285ce924fbe3f872cb8a5f6595.zip
run autogen_metadata.lua
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