nvim: Update zk-nvim
Changes filetypes option placement in configuration.
This commit is contained in:
parent
0a927afe60
commit
f160a5b4a7
2 changed files with 4 additions and 2 deletions
|
|
@ -88,5 +88,5 @@
|
|||
"which-key.nvim": { "branch": "main", "commit": "fcbf4eea17cb299c02557d576f0d568878e354a4" },
|
||||
"wrapping.nvim": { "branch": "master", "commit": "3a823200c297885b70515fa8d974e1763c578e26" },
|
||||
"zen-mode.nvim": { "branch": "main", "commit": "04b52674b8c800f8b7d4609e8bd8d0212e3ffa79" },
|
||||
"zk-nvim": { "branch": "main", "commit": "8fdd7032633045ece559273370fc0ec75ee8ffce" }
|
||||
"zk-nvim": { "branch": "main", "commit": "fd1ab2239ed85ca51051c094a49a280f4ed76bb2" }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -213,9 +213,11 @@ local prose_plugs = {
|
|||
require("zk").setup({
|
||||
picker = picker,
|
||||
lsp = {
|
||||
config = {
|
||||
filetypes = { "markdown", "quarto", "djot" },
|
||||
},
|
||||
auto_attach = {
|
||||
enabled = true,
|
||||
filteypes = { "markdown", "quarto", "djot" },
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue