docs: fix automatic_servers_installation example (#2918)

This commit is contained in:
Ian C 2022-08-19 06:01:19 -04:00 committed by GitHub
parent e13c465d51
commit 7df4773b0b
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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))`

View file

@ -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))`