mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-06 17:15:30 -08:00
Compare commits
1 Commits
e947649cb0
...
cpatti_130
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95aa530d8e |
2
init.lua
2
init.lua
@@ -675,6 +675,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 {}
|
||||
|
||||
Reference in New Issue
Block a user