Update config to astronvim V6

This commit is contained in:
2026-05-05 21:55:42 -03:00
parent 5c7bbd33cd
commit 200f428b3c
24 changed files with 252 additions and 566 deletions

View File

@@ -11,7 +11,7 @@ return {
"bashls",
-- "pylsp"=,
"pyright",
-- "cmake",
"cmake",
"mesonlsp",
"vimls",
"cssls",
@@ -19,19 +19,6 @@ return {
})
end,
},
{
"williamboman/mason.nvim",
opts = {
registries = {
-- default Mason registry has highest priority
"github:mason-org/mason-registry",
-- Add the AstroNvim mason registry
"github:AstroNvim/mason-registry",
-- C# lsp
"github:Crashdummyy/mason-registry",
},
},
},
-- use mason-null-ls to configure Formatters/Linter installation for null-ls sources
{
"jay-babu/mason-null-ls.nvim",