From e685e4b431ab017d1aec9f9668fbeeeb6e7113e6 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 2 Feb 2017 21:16:29 +0100 Subject: Update --- ftplugin/nginx.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ftplugin/nginx.vim (limited to 'ftplugin/nginx.vim') diff --git a/ftplugin/nginx.vim b/ftplugin/nginx.vim new file mode 100644 index 00000000..efcccbd0 --- /dev/null +++ b/ftplugin/nginx.vim @@ -0,0 +1,5 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1 + +setlocal commentstring=#\ %s + +endif -- cgit v1.2.3