This commit is contained in:
Soliprem 2024-09-27 09:55:03 +02:00
parent d61aba1e12
commit 06a296a32b
3 changed files with 3 additions and 1 deletions

View file

@ -19,6 +19,7 @@ isMaximal: {
lspsaga.enable = false;
trouble.enable = true;
lspSignature.enable = true;
otter.enable = isMaximal;
lsplines.enable = isMaximal;
nvim-docs-view.enable = isMaximal;
};

View file

@ -13,6 +13,7 @@
./trouble
./lsp-signature
./lightbulb
./otter
./lspkind
./lsplines
./nvim-docs-view

View file

@ -3,7 +3,7 @@
inherit (lib.nvim.binds) mkMappingOption;
in {
options.vim.lsp = {
trouble = {
otter = {
enable = mkEnableOption "Otter LSP Injector";
mappings = {