Compare commits
No commits in common. "7cb90a868764bd70ab569e90e5713ebb65186a98" and "f89e920b91f8bd41bde3636ab08db55d2d7f78ef" have entirely different histories.
7cb90a8687
...
f89e920b91
3 changed files with 6 additions and 18 deletions
|
|
@ -1,2 +0,0 @@
|
|||
file:///home/wball/Documents
|
||||
file:///home/wball/Downloads
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
return {
|
||||
{
|
||||
"stevearc/conform.nvim",
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
sml = { "smlfmt" },
|
||||
ocaml = { "ocamlformat" },
|
||||
typst = { "typstyle" },
|
||||
},
|
||||
format_on_save = {
|
||||
timeout_ms = 500,
|
||||
lsp_format = "fallback",
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -71,5 +71,11 @@ return {
|
|||
vim.lsp.handlers['textDocument/hover'] = vim.lsp.with(vim.lsp.handlers.hover, { border = "single" })
|
||||
|
||||
vim.diagnostic.config({ virtual_text = true })
|
||||
-- local signs = { Error = " ", Warn = " ", Hint = " ", Info = " " }
|
||||
-- for type, icon in pairs(signs) do
|
||||
-- local hl = "DiagnosticSign" .. type
|
||||
-- vim.fn.sign_define(hl, { text = icon, texthl = hl, numhl = "" })
|
||||
-- end
|
||||
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue