plugins/zk: init + tests (#340)

This commit is contained in:
traxys 2023-04-17 23:13:12 +02:00 committed by GitHub
parent f8c412ba7f
commit 838f616f0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 79 additions and 0 deletions

View file

@ -0,0 +1,23 @@
{
empty = {
plugins.zk.enable = true;
};
defaults = {
plugins.zk = {
enable = true;
picker = "select";
lsp = {
config = {
cmd = ["zk" "lsp"];
name = "zk";
};
autoAttach = {
enabled = true;
filetypes = ["markdown"];
};
};
};
};
}