Initial commit

This commit is contained in:
Gregory Bednov 2025-01-05 03:41:52 +03:00
commit 3db240b5c1
30 changed files with 1084 additions and 0 deletions

8
settings.gradle.kts Normal file
View file

@ -0,0 +1,8 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = "cpplsp"