From b2083630f351b04a057ac4fb1f844ed543c558f1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 4 Oct 2023 21:58:51 +0200 Subject: nvim: Automatically defect manual pages --- .config/nvim/after/ftdetect/nroff.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 .config/nvim/after/ftdetect/nroff.vim (limited to '.config/nvim') 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 -- cgit v1.2.3