Files
katenary/.nvimrc
Patrice Ferlet 8e4b3be108 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...
2024-04-03 23:28:04 +02:00

3 lines
111 B
Plaintext

" set markdown options to set fo+=a textwidth=120
autocmd FileType markdown setlocal textwidth=120 fo+=a cc=+1