1
0
Fork 0

neovim: Set default formatoptions for all file types

This commit is contained in:
Jeremy Kaplan 2021-05-21 18:06:00 -07:00
commit 18a3dfa94e

View file

@ -68,7 +68,8 @@ set tabstop=4
set softtabstop=4
set shiftwidth=4
set smartindent
set formatoptions+=n
set formatoptions-=to
set formatoptions+=crqnlj
set nofoldenable
set wrap