feat: enable lsplines on maximal configuration

This commit is contained in:
raf 2023-07-30 19:55:16 +03:00
parent f4c2845049
commit 6517e5b907
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29

View file

@ -34,9 +34,10 @@ inputs: let
lspkind.enable = false;
lightbulb.enable = true;
lspsaga.enable = false;
nvimCodeActionMenu.enable = true;
nvimCodeActionMenu.enable = isMaximal;
trouble.enable = true;
lspSignature.enable = true;
lsplines.enable = isMaximal;
};
vim.debugger = {