mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
update
This commit is contained in:
parent
632465a3fd
commit
31c272d49d
1 changed files with 3 additions and 1 deletions
|
@ -114,7 +114,9 @@ return {
|
|||
cur_width = cur_width + chunk_width
|
||||
end
|
||||
table.insert(result, { " ⋯ ", "NonText" })
|
||||
table.insert(result, { suffix, "TSPunctBracket" })
|
||||
if vim.bo.filetype ~= "json" then
|
||||
table.insert(result, { suffix, "TSPunctBracket" })
|
||||
end
|
||||
return result
|
||||
end,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue