/ nvim / lua / plugins / kcl.lua
kcl.lua
1  --- KCL language (mason-lspconfig may not list it yet)
2  return {
3    specs = {
4      { src = 'https://github.com/kcl-lang/kcl.nvim', name = 'kcl.nvim' },
5    },
6  }