This commit is contained in:
Adam Stankiewicz
2016-06-26 18:03:28 +02:00
parent 40c54bc12b
commit c69562f864
19 changed files with 405 additions and 308 deletions

5
ftplugin/tmux.vim Normal file
View File

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