Skip to content

Commit cd43a37

Browse files
feohaudunhov
authored andcommitted
Propsed fix for init.lua warnings as per nvim-lua#1305 (comment) (nvim-lua#1354)
1 parent 39adf2e commit cd43a37

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

626626
require('mason-lspconfig').setup {
627+
ensure_installed = {}, -- explicitly set to an empty table (Kickstart populates installs via mason-tool-installer)
628+
automatic_installation = false,
627629
handlers = {
628630
function(server_name)
629631
local server = servers[server_name] or {}

0 commit comments

Comments
 (0)