feat: bring neovim theme to vscode

This commit is contained in:
Stevan Freeborn
2026-06-30 17:26:16 -05:00
commit 47a3a2c2f7
12 changed files with 909 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Extension Development Host",
"type": "extensionHost",
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
]
}
]
}