From 8f2a71643a90a8aff03e69ba2b1f8fdb02cebdcf Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 8 Jun 2019 13:32:04 +0200 Subject: Add hcl support, closes #403 --- ftplugin/tmux.vim | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 ftplugin/tmux.vim (limited to 'ftplugin/tmux.vim') diff --git a/ftplugin/tmux.vim b/ftplugin/tmux.vim deleted file mode 100644 index 3dfb60fb..00000000 --- a/ftplugin/tmux.vim +++ /dev/null @@ -1,5 +0,0 @@ -if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'tmux') != -1 - finish -endif - -setlocal commentstring=#\ %s -- cgit v1.2.3