feat(lsp-signature): custom setup

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

View file

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