Skip to content

Instantly share code, notes, and snippets.

@mijndert
Last active December 23, 2020 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mijndert/c301507d9cc8bf23f3239995da9f6e08 to your computer and use it in GitHub Desktop.
Save mijndert/c301507d9cc8bf23f3239995da9f6e08 to your computer and use it in GitHub Desktop.
Setup vim8 plugins

Install editorconfig

mkdir -p ~/.vim/pack/local/start
cd ~/.vim/pack/local/start
git clone https://github.com/editorconfig/editorconfig-vim.git

Install dracula

mkdir -p ~/.vim/pack/themes/start
cd ~/.vim/pack/themes/start
git clone https://github.com/dracula/vim.git dracula

~/.vimrc

packadd! dracula                                                                                                            
syntax enable                                                                                                              
colorscheme dracula    
set termguicolors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment