Skip to content

Commit 4ec892e

Browse files
feohpieterlexis-tomtom
authored andcommitted
Propsed fix for init.lua warnings as per nvim-lua#1305 (comment) (nvim-lua#1354)
1 parent 333814b commit 4ec892e

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

673673
require('mason-lspconfig').setup {
674+
ensure_installed = {}, -- explicitly set to an empty table (Kickstart populates installs via mason-tool-installer)
675+
automatic_installation = false,
674676
handlers = {
675677
function(server_name)
676678
local server = servers[server_name] or {}

0 commit comments

Comments
 (0)