nvim: fix wrapping and indents
This commit is contained in:
parent
1ffc461982
commit
802b2b522e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue