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 /after | |
parent | 839447bbf542925b1085a33d076cc525138aad7c (diff) | |
download | vim-polyglot-c4e50b4e9da54836b0fcd443229c7213de789e21.tar.gz vim-polyglot-c4e50b4e9da54836b0fcd443229c7213de789e21.zip |
Update
Diffstat (limited to 'after')
-rw-r--r-- | after/ftplugin/just.vim | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/after/ftplugin/just.vim b/after/ftplugin/just.vim new file mode 100644 index 00000000..7b7fdcd3 --- /dev/null +++ b/after/ftplugin/just.vim @@ -0,0 +1,11 @@ +if polyglot#init#is_disabled(expand('<sfile>:p'), 'just', 'after/ftplugin/just.vim') + finish +endif + +" Vim ftplugin file +" Language: Justfile +" Maintainer: Noah Bogart <noah.bogart@hey.com> +" URL: https://github.com/NoahTheDuke/vim-just.git +" Last Change: 2021 May 19 + +setlocal iskeyword+=- |