Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 513 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 513 Bytes

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' }