From 678fc65514747c19f2a7c28880a428d8ae2e0505 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 26 Dec 2018 11:19:25 +0100 Subject: Change i3 provider --- ftplugin/i3.vim | 5 ----- ftplugin/i3config.vim | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 ftplugin/i3.vim create mode 100644 ftplugin/i3config.vim (limited to 'ftplugin') diff --git a/ftplugin/i3.vim b/ftplugin/i3.vim deleted file mode 100644 index 6470f448..00000000 --- a/ftplugin/i3.vim +++ /dev/null @@ -1,5 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'i3') == -1 - -setlocal commentstring=#\ %s - -endif 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 -- cgit v1.2.3