Skip to content

Commit

Permalink
Propsed fix for init.lua warnings as per nvim-lua#1305 (comment) (nvi…
Browse files Browse the repository at this point in the history
  • Loading branch information
feoh authored Feb 19, 2025
1 parent ea60b2b commit 34e7d29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,8 @@ require('lazy').setup({
require('mason-tool-installer').setup { ensure_installed = ensure_installed }

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

0 comments on commit 34e7d29

Please sign in to comment.