Compare commits

..

No commits in common. "012caa5c908be4f7e40d1430d968ce40613b4996" and "331d5cae6db6f50d26e317ea8ea7cec8924cf6e5" have entirely different histories.

4 changed files with 7 additions and 11 deletions

View File

@ -23,10 +23,7 @@ return {
} }
local headlines = require("headlines") local headlines = require("headlines")
headlines.setup({ headlines.setup({
markdown = { markdown = false,
bullets = false,
query = false,
},
rmd = { rmd = {
bullets = bullets, bullets = bullets,
bullet_highlights = bullet_highlights, bullet_highlights = bullet_highlights,

View File

@ -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.3, true) then if not conditions.width_percent_below(#filename, 0.5, true) then
filename = vim.fn.pathshorten(filename) filename = vim.fn.pathshorten(filename)
end end
end end

View File

@ -526,10 +526,9 @@ return {
}, },
}) })
lspconfig.tinymist.setup({ lspconfig.typst_lsp.setup({
settings = { settings = {
exportPdf = "onType", exportPdf = "onType",
formatterMode = "typstyle",
}, },
}) })

View File

@ -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
} }
} }
] ]