Revert "fix: disable neovim lsplines"
This reverts commit 2d4b3334c5
.
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
2d4b3334c5
commit
6931c08d24
|
@ -33,7 +33,7 @@ in
|
|||
nvimCodeActionMenu.enable = true;
|
||||
trouble.enable = true;
|
||||
lspSignature.enable = true;
|
||||
lsplines.enable = false;
|
||||
lsplines.enable = true;
|
||||
};
|
||||
|
||||
vim.debugger = {
|
||||
|
|
Loading…
Reference in a new issue