diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-02-02 21:54:55 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-02-02 21:54:55 +0100 |
commit | 7404993f0c385b4a7d979a99461d067ec06fd940 (patch) | |
tree | ffd5f464ae3a82996b37b573e22617ad8287ab46 /ftplugin | |
parent | b7e2b0cad32cb2e806efd5c03984f098a1ad8c55 (diff) | |
download | vim-polyglot-7404993f0c385b4a7d979a99461d067ec06fd940.tar.gz vim-polyglot-7404993f0c385b4a7d979a99461d067ec06fd940.zip |
Add i3 config support, closes #168
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/i3.vim | 5 |
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 |