plugins/zk: switch to mkNeovimPlugin

This commit is contained in:
Gaetan Lepage 2024-06-28 09:28:58 +02:00 committed by Gaétan Lepage
parent 38e3849f4a
commit 1b3bda78b4
2 changed files with 119 additions and 48 deletions

View file

@ -6,19 +6,21 @@
defaults = {
plugins.zk = {
enable = true;
picker = "select";
lsp = {
config = {
cmd = [
"zk"
"lsp"
];
name = "zk";
};
autoAttach = {
enabled = true;
filetypes = [ "markdown" ];
settings = {
picker = "select";
lsp = {
config = {
cmd = [
"zk"
"lsp"
];
name = "zk";
};
auto_attach = {
enabled = true;
filetypes = [ "markdown" ];
};
};
};
};