From 21b09724764b8845b3a067db2a45563790d10880 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Wed, 15 May 2024 21:08:00 +0200 Subject: [PATCH] remove lsplines from neovim --- modules/tui/neovim.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/tui/neovim.nix b/modules/tui/neovim.nix index 7ed299c..acc3676 100644 --- a/modules/tui/neovim.nix +++ b/modules/tui/neovim.nix @@ -108,7 +108,6 @@ in { enable = true; lspSignature.enable = true; lspconfig.enable = true; - lsplines.enable = true; mappings = { addWorkspaceFolder = "wa"; codeAction = "a";