nvim: fix wrapping and indents

This commit is contained in:
Oliver Davies 2021-09-22 21:09:07 +01:00
parent 1ffc461982
commit 802b2b522e

View file

@ -23,10 +23,13 @@ filetype indent on
filetype plugin on
set autoindent
set breakindent
set complete+=kspell
set expandtab
set foldlevelstart=99 " Start unfolded
set foldmethod=indent
set formatoptions=l
set linebreak
set noswapfile
set nowrap
set number relativenumber