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