From 8e4b3be108908f458d6aaf2c85560a769c3ebb8d Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Wed, 3 Apr 2024 23:28:04 +0200 Subject: [PATCH] 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... --- .nvimrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .nvimrc diff --git a/.nvimrc b/.nvimrc new file mode 100644 index 0000000..1da8158 --- /dev/null +++ b/.nvimrc @@ -0,0 +1,2 @@ +" set markdown options to set fo+=a textwidth=120 +autocmd FileType markdown setlocal textwidth=120 fo+=a cc=+1