Skip to content

Commit 1478605

Browse files
feohLoganSchmalz
authored andcommitted
Propsed fix for init.lua warnings as per nvim-lua#1305 (comment) (nvim-lua#1354)
1 parent 2d45ad4 commit 1478605

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

711711
require('mason-lspconfig').setup {
712+
ensure_installed = {}, -- explicitly set to an empty table (Kickstart populates installs via mason-tool-installer)
713+
automatic_installation = false,
712714
handlers = {
713715
function(server_name)
714716
local server = servers[server_name] or {}

0 commit comments

Comments
 (0)