From 6931c08d248d624899e47f01b009f0d3c80ec578 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 15 Jan 2024 09:12:48 +0100 Subject: [PATCH] Revert "fix: disable neovim lsplines" This reverts commit 2d4b3334c50e3a236dcb4c125839ec840a7b2791. Signed-off-by: Harald Hoyer --- modules/home/cli-apps/neovim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/cli-apps/neovim/default.nix b/modules/home/cli-apps/neovim/default.nix index 143d928..1b08bcb 100644 --- a/modules/home/cli-apps/neovim/default.nix +++ b/modules/home/cli-apps/neovim/default.nix @@ -33,7 +33,7 @@ in nvimCodeActionMenu.enable = true; trouble.enable = true; lspSignature.enable = true; - lsplines.enable = false; + lsplines.enable = true; }; vim.debugger = {