Skip to content

Commit 9165133

Browse files
feohMach565
authored andcommitted
Propsed fix for init.lua warnings as per nvim-lua#1305 (comment) (nvim-lua#1354)
1 parent 0b346b4 commit 9165133

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

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

0 commit comments

Comments
 (0)