mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-16 07:27:47 +00:00
feat(lsp-signature): custom setup
This commit is contained in:
parent
2165b0970a
commit
4b79ed6ef6
2 changed files with 8 additions and 9 deletions
|
|
@ -8,6 +8,7 @@ in {
|
|||
options.vim.lsp = {
|
||||
lspSignature = {
|
||||
enable = mkEnableOption "lsp signature viewer";
|
||||
setupOpts = lib.nvim.types.mkPluginSetupOption "lsp-signature" {};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue