diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-04-14 12:14:37 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-04-14 12:14:37 +0200 |
commit | 48eb0fb1a890077cc85f1916fc2c8bb611a0f8d5 (patch) | |
tree | 7cb3ee0dbfc4ce66bed603e7cf352ddda6b1d17a /ftplugin/sway.vim | |
parent | 0f9acbe2fcc6c87336494406e3d3c81c40e9de52 (diff) | |
download | vim-polyglot-48eb0fb1a890077cc85f1916fc2c8bb611a0f8d5.tar.gz vim-polyglot-48eb0fb1a890077cc85f1916fc2c8bb611a0f8d5.zip |
Update
Diffstat (limited to 'ftplugin/sway.vim')
-rw-r--r-- | ftplugin/sway.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ftplugin/sway.vim b/ftplugin/sway.vim new file mode 100644 index 00000000..3b7df6b8 --- /dev/null +++ b/ftplugin/sway.vim @@ -0,0 +1,5 @@ +if polyglot#init#is_disabled(expand('<sfile>:p'), 'sway', 'ftplugin/sway.vim') + finish +endif + +setlocal commentstring=#\ %s |