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")
headlines.setup({
markdown = {
bullets = false,
query = false,
},
markdown = false,
rmd = {
bullets = bullets,
bullet_highlights = bullet_highlights,

View File

@ -208,7 +208,7 @@ return {
else
---@diagnostic disable-next-line: cast-local-type
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)
end
end

View File

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

View File

@ -122,9 +122,9 @@
"format-disabled": "󰀝 Wireless Networking Disabled",
"tooltip-format": "{ifname}: {ipaddr}/{cidr} 󰌹 {gwaddr}",
"format-icons": {
"ethernet": "󰈀 ",
"disconnected": " ",
"wifi": " "
"ethernet": "󰈀",
"disconnected": "",
"wifi": ""
},
"tooltip": true,
"max-length": 60,
@ -237,4 +237,4 @@
"icon-size": 14
}
}
]
]