mirror of
https://github.com/catppuccin/catppuccin
synced 2024-11-21 19:13:05 +00:00
removed simple unicats
This commit is contained in:
parent
fcf3bd0987
commit
2d63646476
4 changed files with 2 additions and 11 deletions
Binary file not shown.
Before Width: | Height: | Size: 31 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 47 KiB |
Binary file not shown.
Before Width: | Height: | Size: 39 KiB |
|
@ -1,5 +1,6 @@
|
|||
local M = {}
|
||||
|
||||
local api
|
||||
local line_text = { here = "hey" }
|
||||
local test_tbl = {
|
||||
num = 0,
|
||||
|
@ -33,7 +34,7 @@ function M:render(line_info, startline, endline)
|
|||
table.insert(lines, line_text)
|
||||
end
|
||||
|
||||
api.nvim_buf_set_lines(self.buffer, start_line, end_line, true, lines)
|
||||
api.nvim_buf_set_lines(self.buffer, startline, endline, true, lines)
|
||||
self:_set_highlights()
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue