1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2024-12-25 20:29:48 +01:00

feat: enable lsplines on maximal configuration

This commit is contained in:
NotAShelf 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 = {