mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-14 11:24:38 +02:00
fix(mason): conform to v2 changes
This commit is contained in:
parent
cb223553ff
commit
8a52e1bf75
24 changed files with 84 additions and 54 deletions
|
@ -18,7 +18,7 @@ return {
|
|||
},
|
||||
},
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
"mason-org/mason.nvim",
|
||||
opts = { ensure_installed = { "shellcheck" } },
|
||||
},
|
||||
-- add some stuff to treesitter
|
||||
|
|
|
@ -2,7 +2,7 @@ return {
|
|||
|
||||
-- Ensure GitUI tool is installed
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
"mason-org/mason.nvim",
|
||||
opts = { ensure_installed = { "gitui" } },
|
||||
keys = {
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue