Skip to content
View hickscj's full-sized avatar
๐Ÿ˜ƒ
Chad using NvChad
๐Ÿ˜ƒ
Chad using NvChad

Highlights

  • Pro

Block or report hickscj

Block user

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
hickscj/README.md

Pinned Loading

  1. hickscj.github.io hickscj.github.io Public

    A simple online resume in the process of being built into a more robust portfolio using React.

    TypeScript

  2. Neovim config Neovim config
    1
    call plug#begin('~/.local/share/nvim/plugged')
    2
    
                  
    3
    Plug 'Shougo/deoplete.nvim' 
    4
    Plug 'ternjs/tern_for_vim', { 'do': 'npm install && npm install -g tern' }
    5
    Plug 'carlitux/deoplete-ternjs'