Added emmylua annotations where valuable

This commit is contained in:
2025-12-22 15:11:39 +00:00
parent 94c3b2e55e
commit 9296eb6b20
5 changed files with 26 additions and 0 deletions

View File

@@ -38,6 +38,12 @@ return { -- Mini is so varied it's hard to categorise. So i dumped my mini insta
require("mini.trailspace").setup()
-- My custom mini.starter config
---@class StarterItem
---@field name string
---@field action string|function
---@field section string
---@type StarterItem[]
local starter_items = {
{
action = "Telescope file_browser",