summaryrefslogtreecommitdiff
path: root/utils/installer
diff options
context:
space:
mode:
authorIan C <[email protected]>2022-08-19 06:01:19 -0400
committerGitHub <[email protected]>2022-08-19 12:01:19 +0200
commit7df4773b0bc293d50fe9979505db8db246a61607 (patch)
tree2c9bb29e596b2d944937e1b0d9fc0fb1c3bcd871 /utils/installer
parente13c465d5178cf3d20530c70261b1e5f6f10e4e4 (diff)
docs: fix automatic_servers_installation example (#2918)
Diffstat (limited to 'utils/installer')
-rw-r--r--utils/installer/config.example.lua2
-rw-r--r--utils/installer/config_win.example.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/installer/config.example.lua b/utils/installer/config.example.lua
index d99e868d..65662794 100644
--- a/utils/installer/config.example.lua
+++ b/utils/installer/config.example.lua
@@ -101,7 +101,7 @@ lvim.builtin.treesitter.highlight.enabled = true
-- }
-- ---@usage disable automatic installation of servers
--- lvim.lsp.automatic_servers_installation = false
+-- lvim.lsp.installer.setup.automatic_installation = false
-- ---configure a server manually. !!Requires `:LvimCacheReset` to take effect!!
-- ---see the full default list `:lua print(vim.inspect(lvim.lsp.automatic_configuration.skipped_servers))`
diff --git a/utils/installer/config_win.example.lua b/utils/installer/config_win.example.lua
index 7353724a..6e9a1ba0 100644
--- a/utils/installer/config_win.example.lua
+++ b/utils/installer/config_win.example.lua
@@ -116,7 +116,7 @@ lvim.builtin.treesitter.highlight.enabled = true
-- }
-- ---@usage disable automatic installation of servers
--- lvim.lsp.automatic_servers_installation = false
+-- lvim.lsp.installer.setup.automatic_installation = false
-- ---configure a server manually. !!Requires `:LvimCacheReset` to take effect!!
-- ---see the full default list `:lua print(vim.inspect(lvim.lsp.automatic_configuration.skipped_servers))`