Skip to content

Instantly share code, notes, and snippets.

@tanayvk
tanayvk / opencode-vue-lsp.patch
Last active September 20, 2025 08:21
opencode-vue-lsp-patch
diff --git a/packages/opencode/src/lsp/index.ts b/packages/opencode/src/lsp/index.ts
index 0cf98c86..f98c1bbb 100644
--- a/packages/opencode/src/lsp/index.ts
+++ b/packages/opencode/src/lsp/index.ts
@@ -6,6 +6,7 @@ import z from "zod/v4"
import { Config } from "../config/config"
import { spawn } from "child_process"
import { Instance } from "../project/instance"
+import { VueIntegration } from "./vue"
@tanayvk
tanayvk / install-astronvim.sh
Last active November 25, 2025 06:14
linux setup
sudo apt update && sudo apt upgrade -y
cd /tmp
# zsh and ohmyzsh
sudo apt install zsh -y
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# install nvim
@tanayvk
tanayvk / Pass-Import-Dashlane.js
Last active August 19, 2024 10:59
Dashlane to Pass Migration: Bun Import Script
import { $ } from "bun";
import csv from "csvtojson";
import path from "path";
import fs from "fs";
const dashlaneFolder = process.argv[2];
const dryRun = process.argv.includes("-d");
const tempFile = "pass-import-dashlane-temp.txt";
// Edit these directories if needed