mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2025-12-23 20:51:56 +00:00
Added emmylua annotations where valuable
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user