feat(lsp-signature): custom setup

This commit is contained in:
Ching Pei Yang 2024-02-17 15:41:09 +01:00
commit 379231b43d
2 changed files with 9 additions and 10 deletions

View file

@ -3,7 +3,8 @@
in {
options.vim.lsp = {
lspSignature = {
enable = mkEnableOption "lsp signature viewer [lsp-signature]";
enable = mkEnableOption "lsp signature viewer";
setupOpts = lib.nvim.types.mkPluginSetupOption "lsp-signature" {};
};
};
}