From f91e92c13c68690a5131752867f3bdecf05f2786 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Fri, 23 Jul 2021 18:24:08 +0200 Subject: [PATCH] nvim: add extraConfig --- home/cli.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/cli.nix b/home/cli.nix index afdeb90..38c3953 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -71,6 +71,10 @@ enable = true; vimAlias = true; + extraConfig = '' + set nowrap + ''; + plugins = with pkgs.vimPlugins; [ vim-nix