From c4e50b4e9da54836b0fcd443229c7213de789e21 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 9 Jun 2021 21:11:58 +0200 Subject: Update --- after/ftplugin/just.vim | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 after/ftplugin/just.vim (limited to 'after') 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(':p'), 'just', 'after/ftplugin/just.vim') + finish +endif + +" Vim ftplugin file +" Language: Justfile +" Maintainer: Noah Bogart +" URL: https://github.com/NoahTheDuke/vim-just.git +" Last Change: 2021 May 19 + +setlocal iskeyword+=- -- cgit v1.2.3