Enable line numbers and wrapping in vi
diff --git a/src/apps/personal/vim.nix b/src/apps/personal/vim.nix
index 14a5d34..f15342c 100644
--- a/src/apps/personal/vim.nix
+++ b/src/apps/personal/vim.nix
@@ -12,6 +12,8 @@
     vimdiffAlias = true;
     extraConfig = ''
       set whichwrap=b,s,<,>,[,]
+      set wrap
+      set number
     '';
     plugins = [
       pkgs.vimPlugins.vim-nix