neovim: Set default formatoptions for all file types
This commit is contained in:
parent
0bf09fb1d3
commit
18a3dfa94e
1 changed files with 2 additions and 1 deletions
|
|
@ -68,7 +68,8 @@ set tabstop=4
|
||||||
set softtabstop=4
|
set softtabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set smartindent
|
set smartindent
|
||||||
set formatoptions+=n
|
set formatoptions-=to
|
||||||
|
set formatoptions+=crqnlj
|
||||||
set nofoldenable
|
set nofoldenable
|
||||||
|
|
||||||
set wrap
|
set wrap
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue