From 802b2b522e3eb6df32481102f43c850976823e09 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 22 Sep 2021 21:09:07 +0100 Subject: [PATCH] nvim: fix wrapping and indents --- nvim/.config/nvim/init.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim index c29df3ae..4b272f36 100644 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim @@ -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