feat(nvim): underline typst titles
This commit is contained in:
parent
3a3096bb38
commit
93eb82f02b
@ -1 +1,10 @@
|
|||||||
vim.opt_local.shiftwidth = 2
|
vim.opt_local.shiftwidth = 2
|
||||||
|
vim.api.nvim_set_hl(
|
||||||
|
0,
|
||||||
|
"@text.title.typst",
|
||||||
|
vim.tbl_deep_extend(
|
||||||
|
"force",
|
||||||
|
vim.api.nvim_get_hl(0, { name = "@text.title.typst", link = false }),
|
||||||
|
{ underline = true }
|
||||||
|
)
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user