From a0bc09bf499c79a155248686bce1bfa337b74aa4 Mon Sep 17 00:00:00 2001
From: Donovan Glover <donovan@dglover.co>
Date: Fri, 2 Jun 2023 19:10:48 -0400
Subject: [PATCH] neovim: Set linebreak

Should make things easier to read overall.
---
 terminal/neovim/default.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/terminal/neovim/default.nix b/terminal/neovim/default.nix
index 0f4bc641..5444f944 100644
--- a/terminal/neovim/default.nix
+++ b/terminal/neovim/default.nix
@@ -11,6 +11,7 @@
         set undofile
         set spell
         set number
+        set linebreak
         set clipboard=unnamedplus
         set fileencoding=utf-8         " Ensure that we always save files as utf-8
         set fileencodings=utf-8,sjis   " Automatically open shiftjis files with their proper encoding