mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 05:14:30 +02:00
plugins/zk: switch to mkNeovimPlugin
This commit is contained in:
parent
38e3849f4a
commit
1b3bda78b4
2 changed files with 119 additions and 48 deletions
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue