Skip to content

Commit 95aa530

Browse files
committed
Propsed fix for init.lua warnings as per #1305 (comment)
1 parent 71ad926 commit 95aa530

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
@@ -675,6 +675,8 @@ require('lazy').setup({
675675
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
676676

677677
require('mason-lspconfig').setup {
678+
ensure_installed = {}, -- explicitly set to an empty table (Kickstart populates installs via mason-tool-installer)
679+
automatic_installation = false,
678680
handlers = {
679681
function(server_name)
680682
local server = servers[server_name] or {}

0 commit comments

Comments
 (0)