nvim: Formatting

This commit is contained in:
Marty Oehme 2024-06-06 09:43:20 +02:00
parent 7eeeb9e85d
commit c03b88c6cc
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
3 changed files with 53 additions and 30 deletions

View file

@ -71,7 +71,15 @@ local prose_plugs = {
require("zk").edit(opts, { title = "Zk Orphans" })
end)
end
require("zk").setup({ picker = "telescope" })
require("zk").setup({
picker = "telescope",
lsp = {
auto_attach = {
enabled = true,
filteypes = { "markdown", "quarto" },
},
},
})
end,
ft = writing_ft,
cmd = {