/plastic.vim

VSCode Plastic theme port for vim/neovim.

Primary LanguageVim ScriptMIT LicenseMIT

plastic.vim

plastic.vim

VSCode Plastic theme port for vim/neovim.

Install

  1. Using your plugin manager of choice and placing flrnprz/plastic.vim in your .vimrc file. or
  2. clone this directory into your vim/plugged directory
" important:
set termguicolors

set background=dark
syntax on
colorscheme plastic

" Lightline
let g:lightline = { 'colorscheme': 'plastic' }

FORGINFO

Forged to improve performance when loading the plugin by using the rtp syntax directory.

Starktime and plugin performance was measured with this plugin.