We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
I like code
** like **
code
My humble beginnings at a dotfiles journey
Vim Script
Forked from neovim/neovim
Vim-fork focused on extensibility and usability
Vim Script 1
Use Google fonts to download highly optimized woff2 font files with all of the font's available language and/or script subsets
TypeScript 5
import { useReducer, type Reducer, useEffect, useRef, useMemo } from 'react';
import { useConst } from '../hooks';
/**
* For when side effects are needed using React's built in useReducer.