From 05eb74af452d9a4cf491d9a247d22a0eeb21b257 Mon Sep 17 00:00:00 2001 From: shibazaki Date: Mon, 26 May 2025 19:01:21 +0200 Subject: [PATCH] 2nd try --- nvf-configuration.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/nvf-configuration.nix b/nvf-configuration.nix index 75e1d1f..8ade5f5 100644 --- a/nvf-configuration.nix +++ b/nvf-configuration.nix @@ -1,8 +1,4 @@ -{ - pkgs, - lib, - ... -}: { +_: { config.vim = { viAlias = true; vimAlias = true; @@ -24,7 +20,6 @@ trouble.enable = true; lspSignature.enable = true; otter-nvim.enable = true; - lsplines.enable = true; nvim-docs-view.enable = true; };