Skip to content

Instantly share code, notes, and snippets.

@the-redback
Created February 18, 2019 20:25
Show Gist options
  • Select an option

  • Save the-redback/379c4d358f9441c493890c03d148e5c6 to your computer and use it in GitHub Desktop.

Select an option

Save the-redback/379c4d358f9441c493890c03d148e5c6 to your computer and use it in GitHub Desktop.

Revisions

  1. the-redback created this gist Feb 18, 2019.
    10 changes: 10 additions & 0 deletions .vimrc.local.bundles
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    "*****************************************************************************
    "" Plug install packages
    "*****************************************************************************
    Plug 'iamcco/markdown-preview.vim'
    Plug 'Valloric/YouCompleteMe'
    Plug 'w0rp/ale'

    "" Color
    Plug 'dracula/vim', { 'as': 'dracula' }
    Plug 'morhetz/gruvbox'