diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-09 21:11:58 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-09 21:11:58 +0200 |
commit | c4e50b4e9da54836b0fcd443229c7213de789e21 (patch) | |
tree | 149f8bd0acaead947adfe8831f4180a5dfde1c8b /ftplugin | |
parent | 839447bbf542925b1085a33d076cc525138aad7c (diff) | |
download | vim-polyglot-c4e50b4e9da54836b0fcd443229c7213de789e21.tar.gz vim-polyglot-c4e50b4e9da54836b0fcd443229c7213de789e21.zip |
Update
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/i3config.vim | 5 | ||||
-rw-r--r-- | ftplugin/sway.vim | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/ftplugin/i3config.vim b/ftplugin/i3config.vim deleted file mode 100644 index 6fb69a18..00000000 --- a/ftplugin/i3config.vim +++ /dev/null @@ -1,5 +0,0 @@ -if polyglot#init#is_disabled(expand('<sfile>:p'), 'i3', 'ftplugin/i3config.vim') - finish -endif - -setlocal commentstring=#\ %s diff --git a/ftplugin/sway.vim b/ftplugin/sway.vim deleted file mode 100644 index 3b7df6b8..00000000 --- a/ftplugin/sway.vim +++ /dev/null @@ -1,5 +0,0 @@ -if polyglot#init#is_disabled(expand('<sfile>:p'), 'sway', 'ftplugin/sway.vim') - finish -endif - -setlocal commentstring=#\ %s |