mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-09-03 17:53:07 +02:00
.github
.idea
.teamcity
annotation-processors
assets
doc
gradle
scripts
src
tests
vim-engine
src
Evolution.md
build.gradle.kts
gradle.properties
vimscript-info
.editorconfig
.gitattributes
.gitignore
AUTHORS.md
CHANGES.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.txt
README.md
ThirdPartyLicenses.md
build.gradle.kts
gradle.properties
gradlew
gradlew.bat
qodana.sarif.json
qodana.yaml
settings.gradle
16 lines
323 B
Properties
16 lines
323 B
Properties
#
|
|
# Copyright 2003-2023 The IdeaVim authors
|
|
#
|
|
# Use of this source code is governed by an MIT-style
|
|
# license that can be found in the LICENSE.txt file or at
|
|
# https://opensource.org/licenses/MIT.
|
|
#
|
|
|
|
# Disable incremental annotation processing
|
|
ksp.incremental=false
|
|
|
|
spaceUsername=
|
|
spacePassword=
|
|
engineVersion=
|
|
uploadUrl=
|