Skip to content

Instantly share code, notes, and snippets.

View cybercoder-naj's full-sized avatar
:octocat:

Nishant Aanjaney Jalan cybercoder-naj

:octocat:
View GitHub Profile
@cybercoder-naj
cybercoder-naj / ThemeSwitcher.vue
Created February 25, 2025 16:46
A color mode theme switcher as a Vue component.
<script setup lang="ts">
/*
* Required dependencies:
* @headlessui/vue
* Nuxt tailwindcss module (or tailwind in general)
* Nuxt Icons (or any icon provider module)
*/
import { Switch } from '@headlessui/vue';
@cybercoder-naj
cybercoder-naj / coc-settings.json
Created November 17, 2022 10:10
My NeoVim configuration
{
"suggest.noselect": false,
"coc.preferences.formatOnSaveFiletypes": [
"javascript",
"typescript",
"typescriptreact",
"json",
"javascriptreact",
"typescript.tsx",
"graphql"