mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
fix: highlights
This commit is contained in:
parent
57d024ef19
commit
35b1f98ac7
4 changed files with 10 additions and 17 deletions
|
@ -1,8 +1,9 @@
|
|||
---@alias TextString {str: string, hl?:string, extmark?:table}
|
||||
---@alias TextLine TextString[]
|
||||
local Config = require("lazy.config")
|
||||
|
||||
---@alias TextSegment {str: string, hl?:string, extmark?:table}
|
||||
|
||||
---@class Text
|
||||
---@field _lines TextLine[]
|
||||
---@field _lines TextSegment[][]
|
||||
local Text = {}
|
||||
|
||||
function Text.new()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue