diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 3272bf1..94a25f7 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -2,6 +2,5 @@
-
\ No newline at end of file
diff --git a/src/main/kotlin/org/gregorybednov/clsp/CTextMateBundleProvider.kt b/src/main/kotlin/org/gregorybednov/clsp/CTextMateBundleProvider.kt
deleted file mode 100644
index ba511e5..0000000
--- a/src/main/kotlin/org/gregorybednov/clsp/CTextMateBundleProvider.kt
+++ /dev/null
@@ -1,13 +0,0 @@
-package org.gregorybednov.clsp
-
-import org.jetbrains.plugins.textmate.api.TextMateBundleProvider
-import org.jetbrains.plugins.textmate.api.TextMateBundleProvider.PluginBundle
-import kotlin.io.path.Path
-
-class CTextMateBundleProvider : TextMateBundleProvider {
- override fun getBundles(): List {
- return listOf(
- PluginBundle("c/c++", Path("/Users/gregorybednov/Downloads/better-cpp-syntax"))
- )
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 1813763..177e38d 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -42,9 +42,6 @@
-
-
-