Skip to content

Instantly share code, notes, and snippets.

View JCGrant's full-sized avatar
🤓

James Grant JCGrant

🤓
View GitHub Profile
{
"suggest.noselect": false,
"coc.preferences.formatOnSaveFiletypes": [
"javascript",
"typescript",
"typescriptreact",
"json",
"javascriptreact",
"typescript.tsx",
"graphql"
@JCGrant
JCGrant / init.vim
Created December 1, 2019 01:25 — forked from benawad/init.vim
" Specify a directory for plugins
call plug#begin('~/.vim/plugged')
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'scrooloose/nerdtree'
"Plug 'tsony-tsonev/nerdtree-git-plugin'
Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
Plug 'ryanoasis/vim-devicons'
Plug 'airblade/vim-gitgutter'
@JCGrant
JCGrant / Improving the Halite Random Bot (Python 3)
Last active November 12, 2016 04:17 — forked from benjaminfspector/Improving the Halite Random Bot (Python 3)
Halite Random Improvement Sample Code (Python 3)
This Gist contains the sample code for improving the sample Halite random bot in Python 3.