From 7404993f0c385b4a7d979a99461d067ec06fd940 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 2 Feb 2017 21:54:55 +0100 Subject: Add i3 config support, closes #168 --- ftplugin/i3.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ftplugin/i3.vim (limited to 'ftplugin') diff --git a/ftplugin/i3.vim b/ftplugin/i3.vim new file mode 100644 index 00000000..6470f448 --- /dev/null +++ b/ftplugin/i3.vim @@ -0,0 +1,5 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'i3') == -1 + +setlocal commentstring=#\ %s + +endif -- cgit v1.2.3