Skip to content

Instantly share code, notes, and snippets.

@injust90
Last active June 30, 2024 05:08
Show Gist options
  • Save injust90/ae4a6a0603c7b3b1f8447d39369a35c4 to your computer and use it in GitHub Desktop.
Save injust90/ae4a6a0603c7b3b1f8447d39369a35c4 to your computer and use it in GitHub Desktop.
call plug#begin()
Plug 'challenger-deep-theme/vim', { 'as': 'challenger-deep' }
Plug 'sainnhe/everforest'
call plug#end()
set background=dark
set number
set cursorline
colorscheme everforest
@injust90
Copy link
Author

Needs vim-plug to be installed via a package manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment