mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
ci: make simple test script
This commit is contained in:
parent
e3e431480d
commit
79bcc02d17
3 changed files with 5 additions and 4 deletions
|
@ -11,9 +11,7 @@ local Util = require("lazy.util")
|
|||
local Text = {}
|
||||
|
||||
function Text.new()
|
||||
local self = setmetatable({}, {
|
||||
__index = Text,
|
||||
})
|
||||
local self = setmetatable({}, { __index = Text })
|
||||
self._lines = {}
|
||||
|
||||
return self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue