blob: 7b7fdcd3efb36ce3bbfc394348fd0f1d40bc5665 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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+=-
|