Add nvimrc file

Editorconfig seems to not allow the line wrapping. I'm using neovim with
`set exrc`, so this local file is used to fix some behaviors.

If a contributor can give solutions for a global configuration that
works everywhere...
This commit is contained in:
2024-04-03 23:28:04 +02:00
parent 3ae5ec99ff
commit 8e4b3be108

2
.nvimrc Normal file
View File

@@ -0,0 +1,2 @@
" set markdown options to set fo+=a textwidth=120
autocmd FileType markdown setlocal textwidth=120 fo+=a cc=+1