summaryrefslogtreecommitdiffstats
path: root/ftplugin
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-02-02 21:54:55 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2017-02-02 21:54:55 +0100
commit7404993f0c385b4a7d979a99461d067ec06fd940 (patch)
treeffd5f464ae3a82996b37b573e22617ad8287ab46 /ftplugin
parentb7e2b0cad32cb2e806efd5c03984f098a1ad8c55 (diff)
downloadvim-polyglot-7404993f0c385b4a7d979a99461d067ec06fd940.tar.gz
vim-polyglot-7404993f0c385b4a7d979a99461d067ec06fd940.zip
Add i3 config support, closes #168
Diffstat (limited to 'ftplugin')
-rw-r--r--ftplugin/i3.vim5
1 files changed, 5 insertions, 0 deletions
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