diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-06-08 13:32:04 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-06-08 13:32:04 +0200 |
commit | 8f2a71643a90a8aff03e69ba2b1f8fdb02cebdcf (patch) | |
tree | f35677b1c7636789fa6ffaa5aed4b7aa0e5b50d4 /ftplugin/tmux.vim | |
parent | af763ef221033974abf502ebce01a464baeca2c6 (diff) | |
download | vim-polyglot-8f2a71643a90a8aff03e69ba2b1f8fdb02cebdcf.tar.gz vim-polyglot-8f2a71643a90a8aff03e69ba2b1f8fdb02cebdcf.zip |
Add hcl support, closes #403
Diffstat (limited to 'ftplugin/tmux.vim')
-rw-r--r-- | ftplugin/tmux.vim | 5 |
1 files changed, 0 insertions, 5 deletions
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 |