diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-08-31 16:27:06 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-08-31 16:27:06 +0200 |
commit | aee952bef2048a816f2759bee76a606fd2f55aa2 (patch) | |
tree | 442fe9e1a35b1bfb2e5ac0d398fd0ee43eccd9ab | |
parent | ffd4a1ddb54c4cb6b94ee4ee8dfe5aaceab15420 (diff) |
nvim: Set textwidth for text files
-rw-r--r-- | .config/nvim/after/ftplugin/text.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/after/ftplugin/text.vim b/.config/nvim/after/ftplugin/text.vim new file mode 100644 index 0000000..91213c3 --- /dev/null +++ b/.config/nvim/after/ftplugin/text.vim @@ -0,0 +1 @@ +setlocal tw=73 |