Skip to content

Commit a0fc3a5

Browse files
feohJeroen
authored andcommitted
Propsed fix for init.lua warnings as per nvim-lua#1305 (comment) (nvim-lua#1354)
1 parent 6ab26d4 commit a0fc3a5

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

637637
require('mason-lspconfig').setup {
638+
ensure_installed = {}, -- explicitly set to an empty table (Kickstart populates installs via mason-tool-installer)
639+
automatic_installation = false,
638640
handlers = {
639641
function(server_name)
640642
local server = servers[server_name] or {}

0 commit comments

Comments
 (0)