neovim update
This commit is contained in:
parent
db8dccebc7
commit
97c4626cf2
3 changed files with 12 additions and 2 deletions
|
|
@ -139,7 +139,15 @@ return {
|
|||
end
|
||||
},
|
||||
|
||||
{ 'mason-org/mason.nvim', opts = {} },
|
||||
-- { 'mason-org/mason.nvim', opts = {} },
|
||||
{
|
||||
"mason-org/mason.nvim",
|
||||
config = function()
|
||||
require("mason").setup({
|
||||
log_level = vim.log.levels.DEBUG,
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
'mason-org/mason-lspconfig.nvim',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue