-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add auto completion with
lua_ls
- Loading branch information
Showing
4 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
---@meta | ||
|
||
---@alias AstroUIIconHighlight (fun(self:table):boolean)|boolean | ||
---@alias AstroUIIconTable table<string,string> | ||
|
||
---@class AstroUIFullIconHighlights | ||
---@field tabline AstroUIIconHighlight? | ||
---@field statusline AstroUIIconHighlight? | ||
---@field winbar AstroUIIconHighlight? | ||
|
||
---@class AstroUIIconHighlights | ||
---@field breadcrumbs AstroUIIconHighlight? | ||
---@field file_icon AstroUIFullIconHighlights? | ||
|
||
---@class AstroUIStatusOpts | ||
---@field attributes table<string,table>? | ||
---@field buf_matchers table<string,fun(pattern_list:string[],bufnr:integer):boolean>? | ||
---@field colors table<string,string>? | ||
---@field fallback_colors table<string,string>? | ||
---@field icon_hignlights AstroUIIconHighlights? | ||
---@field modes table<string,string[]>? | ||
---@field separators table<string,string[]|string>? | ||
---@field setup_colors fun()? | ||
---@field sign_handlers table<string,fun(args:table)>? | ||
|
||
---@class AstroUIConfig | ||
---@field colorscheme string? | ||
---@field highlights table<string,table<string,table>>? | ||
---@field icons AstroUIIconTable? | ||
---@field text_icons AstroUIIconTable? | ||
---@field status AstroUIStatusOpts? |
8a10412
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://astroui.astronvim.com as production
🚀 Deployed on https://64cbc53677969a0ec05ce571--tranquil-druid-866cab.netlify.app