fix: #1194 use cmakelang instead of cmakelint (#1197)

This commit is contained in:
Andreas Gerlach
2023-07-23 18:06:25 +02:00
committed by GitHub
parent 142e6bec20
commit b97ccb9e73

View File

@ -21,7 +21,7 @@ return {
"mason.nvim",
opts = function(_, opts)
opts.ensure_installed = opts.ensure_installed or {}
vim.list_extend(opts.ensure_installed, { "cmakelint" })
vim.list_extend(opts.ensure_installed, { "cmakelang" })
end,
},
{