Created
February 18, 2019 20:25
-
-
Save the-redback/379c4d358f9441c493890c03d148e5c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"***************************************************************************** | |
"" Plug install packages | |
"***************************************************************************** | |
Plug 'iamcco/markdown-preview.vim' | |
Plug 'Valloric/YouCompleteMe' | |
Plug 'w0rp/ale' | |
"" Color | |
Plug 'dracula/vim', { 'as': 'dracula' } | |
Plug 'morhetz/gruvbox' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment