Skip to content

Commit 31c88cc

Browse files
feohShadowmeister
authored andcommitted
Propsed fix for init.lua warnings as per nvim-lua#1305 (comment) (nvim-lua#1354)
1 parent 2fbc131 commit 31c88cc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

init.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,8 @@ require('lazy').setup({
762762
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
763763

764764
require('mason-lspconfig').setup {
765+
ensure_installed = {}, -- explicitly set to an empty table (Kickstart populates installs via mason-tool-installer)
766+
automatic_installation = false,
765767
handlers = {
766768
function(server_name)
767769
local server = servers[server_name] or {}

0 commit comments

Comments
 (0)