mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 11:01:15 +00:00
feat: enable lsplines on maximal configuration
This commit is contained in:
parent
f4c2845049
commit
6517e5b907
1 changed files with 2 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue