diff options
author | Ian C <[email protected]> | 2022-08-19 06:01:19 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-19 12:01:19 +0200 |
commit | 7df4773b0bc293d50fe9979505db8db246a61607 (patch) | |
tree | 2c9bb29e596b2d944937e1b0d9fc0fb1c3bcd871 /utils/installer/config.example.lua | |
parent | e13c465d5178cf3d20530c70261b1e5f6f10e4e4 (diff) |
docs: fix automatic_servers_installation example (#2918)
Diffstat (limited to 'utils/installer/config.example.lua')
-rw-r--r-- | utils/installer/config.example.lua | 2 |
1 files changed, 1 insertions, 1 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))` |