Skip to content
View chaitb's full-sized avatar

Block or report chaitb

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. NeoVim Configuration for MacOS NeoVim Configuration for MacOS
    1
    " Specify a directory for plugins
    2
    " - For Neovim: stdpath('data') . '/plugged'
    3
    " - Avoid using standard Vim directory names like 'plugin'
    4
    call plug#begin('~/.config/nvim/plugged')
    5
    Plug 'arcticicestudio/nord-vim', { 'branch': 'develop' }
  2. VSCode Vim Style Navigation Keybindings VSCode Vim Style Navigation Keybindings
    1
    // Place your key bindings in this file to override the defaults
    2
    [
    3
        {
    4
            "key": "alt+k", 
    5
            "command": "workbench.action.nextEditorInGroup", 
  3. retro-chess retro-chess Public

    CSS

  4. CircleOfLife CircleOfLife Public

    Inspired by Conway's Game of Life and Max Cooper's Order from Chaos

    TypeScript 1