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; };