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

This commit is contained in:
Andreas Gerlach authored and GitHub committed 2023-07-23 18:06:25 +02:00
1 parent 142e6bec20
commit b97ccb9e73
1 file changed
+1 -1
+1 -1
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,
},
{