diff options
Diffstat (limited to 'after/ftplugin/just.vim')
-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+=- |