mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-13 19:04:36 +02:00
feat(extras): added kulala-ls to test config
This commit is contained in:
parent
a6d627dc96
commit
dc6b18ece6
1 changed files with 8 additions and 6 deletions
|
@ -40,12 +40,14 @@ return {
|
|||
},
|
||||
},
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"kulala-fmt",
|
||||
},
|
||||
},
|
||||
"mason-org/mason.nvim",
|
||||
opts = function(_, opts)
|
||||
opts.registries = opts.registries or {}
|
||||
table.insert(opts.registries, "github:mistweaverco/zana-registry")
|
||||
opts.ensure_installed = opts.ensure_installed or {}
|
||||
table.insert(opts.ensure_installed, "kulala-fmt")
|
||||
table.insert(opts.ensure_installed, "kulala-ls")
|
||||
end,
|
||||
},
|
||||
{
|
||||
"stevearc/conform.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue