neovim: add lsp signature plugin
This commit is contained in:
parent
070501ce10
commit
a837583a39
1 changed files with 11 additions and 0 deletions
|
@ -83,4 +83,15 @@ let inherit (lib.nix2lua) call; in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
plugin.lsp_signature-nvim = {
|
||||||
|
enable = true;
|
||||||
|
name = "lsp_signature";
|
||||||
|
setupSettings = {
|
||||||
|
bind = true;
|
||||||
|
handler_opts = {
|
||||||
|
border = "rounded";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue