1
0
forked from extern/nix-config

neovim: Set linebreak

Should make things easier to read overall.
This commit is contained in:
Donovan Glover 2023-06-02 19:10:48 -04:00
parent dec10648c8
commit a0bc09bf49
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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