diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2018-12-26 11:19:25 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2018-12-26 11:19:25 +0100 |
commit | 678fc65514747c19f2a7c28880a428d8ae2e0505 (patch) | |
tree | f73593a9a56531b8fd19df1c5ed8fd98328e6530 /ftplugin/i3config.vim | |
parent | aad3df96e795b314d31171fea54b7455076d1d7b (diff) | |
download | vim-polyglot-678fc65514747c19f2a7c28880a428d8ae2e0505.tar.gz vim-polyglot-678fc65514747c19f2a7c28880a428d8ae2e0505.zip |
Change i3 provider
Diffstat (limited to 'ftplugin/i3config.vim')
-rw-r--r-- | ftplugin/i3config.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ftplugin/i3config.vim b/ftplugin/i3config.vim new file mode 100644 index 00000000..6470f448 --- /dev/null +++ b/ftplugin/i3config.vim @@ -0,0 +1,5 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'i3') == -1 + +setlocal commentstring=#\ %s + +endif |