mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
12 lines
292 B
VimL
12 lines
292 B
VimL
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+=-
|