diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-04 21:58:51 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-04 21:58:51 +0200 |
commit | b2083630f351b04a057ac4fb1f844ed543c558f1 (patch) | |
tree | 6420ceabbd32df20c254962043846809105c6e5c /.config | |
parent | 7622c39b263b6ef5e41877ca3fbd84e8b2e0585c (diff) |
nvim: Automatically defect manual pages
Diffstat (limited to '.config')
-rw-r--r-- | .config/nvim/after/ftdetect/nroff.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/after/ftdetect/nroff.vim b/.config/nvim/after/ftdetect/nroff.vim new file mode 100644 index 0000000..f1c3d67 --- /dev/null +++ b/.config/nvim/after/ftdetect/nroff.vim @@ -0,0 +1 @@ +au BufRead,BufNewFile *.[1-7] setf nroff |