Skip to content

Commit f5d3552

Browse files
feohCamilleMo
authored andcommitted
Propsed fix for init.lua warnings as per nvim-lua#1305 (comment) (nvim-lua#1354)
1 parent 9f44ff2 commit f5d3552

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

init.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,8 @@ require('lazy').setup({
717717
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
718718

719719
require('mason-lspconfig').setup {
720+
ensure_installed = {}, -- explicitly set to an empty table (Kickstart populates installs via mason-tool-installer)
721+
automatic_installation = false,
720722
handlers = {
721723
function(server_name)
722724
local server = servers[server_name] or {}

0 commit comments

Comments
 (0)