Add i3 config support, closes #168

This commit is contained in:
Adam Stankiewicz
2017-02-02 21:54:55 +01:00
parent b7e2b0cad3
commit 7404993f0c
5 changed files with 151 additions and 0 deletions

5
ftplugin/i3.vim Normal file
View File

@@ -0,0 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'i3') == -1
setlocal commentstring=#\ %s
endif