Skip to content

Commit c9a18fb

Browse files
feohjacklsw
authored andcommitted
Propsed fix for init.lua warnings as per nvim-lua#1305 (comment) (nvim-lua#1354)
1 parent b98c631 commit c9a18fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

init.lua

+2
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,8 @@ require('lazy').setup({
707707
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
708708

709709
require('mason-lspconfig').setup {
710+
ensure_installed = {}, -- explicitly set to an empty table (Kickstart populates installs via mason-tool-installer)
711+
automatic_installation = false,
710712
handlers = {
711713
function(server_name)
712714
local server = servers[server_name] or {}

0 commit comments

Comments
 (0)