From bc9757916ed09763d96283ee62dbed58bd713a11 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 6 Oct 2020 18:54:19 +0200 Subject: Add all vim filetypes --- ftplugin/nroff.vim | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ftplugin/nroff.vim (limited to 'ftplugin/nroff.vim') diff --git a/ftplugin/nroff.vim b/ftplugin/nroff.vim new file mode 100644 index 00000000..2d040e3a --- /dev/null +++ b/ftplugin/nroff.vim @@ -0,0 +1,15 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nroff') == -1 + +" Vim filetype plugin +" Language: roff(7) +" Maintainer: Chris Spiegel +" Last Change: 2019 Apr 24 + +if exists("b:did_ftplugin") + finish +endif +let b:did_ftplugin = 1 + +setlocal commentstring=.\\\"%s + +endif -- cgit v1.2.3