mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-03 03:19:42 +01:00
neovim: Set linebreak
Should make things easier to read overall.
This commit is contained in:
parent
dec10648c8
commit
a0bc09bf49
@ -11,6 +11,7 @@
|
|||||||
set undofile
|
set undofile
|
||||||
set spell
|
set spell
|
||||||
set number
|
set number
|
||||||
|
set linebreak
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
set fileencoding=utf-8 " Ensure that we always save files as utf-8
|
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
|
set fileencodings=utf-8,sjis " Automatically open shiftjis files with their proper encoding
|
||||||
|
Loading…
Reference in New Issue
Block a user