feat: luacats annotations

This commit is contained in:
Barrett Ruth 2026-02-01 17:38:58 -05:00
parent 21b8cfb470
commit 29f9a5f7e4
2 changed files with 7 additions and 0 deletions

View file

@ -16,8 +16,11 @@ function M.check()
vim.health.warn('vim-fugitive not detected (required for this plugin to be useful)')
end
---@type string[]
local common_langs = { 'lua', 'python', 'javascript', 'typescript', 'rust', 'go', 'c', 'cpp' }
---@type string[]
local available = {}
---@type string[]
local missing = {}
for _, lang in ipairs(common_langs) do