nvim: Formatting
This commit is contained in:
parent
7eeeb9e85d
commit
c03b88c6cc
3 changed files with 53 additions and 30 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue