add check Duplicate (#19)

This commit is contained in:
IK 2022-10-25 04:07:52 +09:00 committed by GitHub
parent b7459b36e5
commit 650d5cabbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,10 @@
" A plugin for jsonnet files.
" Install useful tools for *.jsonnet and *.libsonnet files
if exists('g:loaded_jsonnet')
finish
endif
let g:loaded_jsonnet = 1
function! s:fmtAutosave()
" Jsonnet code formatting on save