Compare commits
4 Commits
331d5cae6d
...
012caa5c90
Author | SHA1 | Date | |
---|---|---|---|
012caa5c90 | |||
692912782d | |||
530351d083 | |||
88d4b13f91 |
@ -23,7 +23,10 @@ return {
|
|||||||
}
|
}
|
||||||
local headlines = require("headlines")
|
local headlines = require("headlines")
|
||||||
headlines.setup({
|
headlines.setup({
|
||||||
markdown = false,
|
markdown = {
|
||||||
|
bullets = false,
|
||||||
|
query = false,
|
||||||
|
},
|
||||||
rmd = {
|
rmd = {
|
||||||
bullets = bullets,
|
bullets = bullets,
|
||||||
bullet_highlights = bullet_highlights,
|
bullet_highlights = bullet_highlights,
|
||||||
|
@ -208,7 +208,7 @@ return {
|
|||||||
else
|
else
|
||||||
---@diagnostic disable-next-line: cast-local-type
|
---@diagnostic disable-next-line: cast-local-type
|
||||||
filename = vim.fn.fnamemodify(self.filename, ":~:.")
|
filename = vim.fn.fnamemodify(self.filename, ":~:.")
|
||||||
if not conditions.width_percent_below(#filename, 0.5, true) then
|
if not conditions.width_percent_below(#filename, 0.3, true) then
|
||||||
filename = vim.fn.pathshorten(filename)
|
filename = vim.fn.pathshorten(filename)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -526,9 +526,10 @@ return {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
lspconfig.typst_lsp.setup({
|
lspconfig.tinymist.setup({
|
||||||
settings = {
|
settings = {
|
||||||
exportPdf = "onType",
|
exportPdf = "onType",
|
||||||
|
formatterMode = "typstyle",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -122,9 +122,9 @@
|
|||||||
"format-disabled": " Wireless Networking Disabled",
|
"format-disabled": " Wireless Networking Disabled",
|
||||||
"tooltip-format": "{ifname}: {ipaddr}/{cidr} {gwaddr}",
|
"tooltip-format": "{ifname}: {ipaddr}/{cidr} {gwaddr}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"ethernet": "",
|
"ethernet": " ",
|
||||||
"disconnected": "",
|
"disconnected": " ",
|
||||||
"wifi": ""
|
"wifi": " "
|
||||||
},
|
},
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"max-length": 60,
|
"max-length": 60,
|
||||||
@ -237,4 +237,4 @@
|
|||||||
"icon-size": 14
|
"icon-size": 14
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user