Break on words in vi
diff --git a/src/apps/personal/vim.nix b/src/apps/personal/vim.nix
index 41a0f3c..76b6dc1 100644
--- a/src/apps/personal/vim.nix
+++ b/src/apps/personal/vim.nix
@@ -12,6 +12,7 @@
     vimdiffAlias = true;
     extraConfig = ''
       set whichwrap=b,s,<,>,[,]
+      set linebreak
       set wrap
       set number
       set cursorline
@@ -34,7 +35,6 @@
       set statusline+=%c,     "cursor column
       set statusline+=%l/%L   "cursor line/total lines
       set statusline+=\ %P    "percent through file
-
     '';
     plugins = [
       pkgs.vimPlugins.vim-nix