mitschix / plastic.vim

VSCode Plastic theme port for vim/neovim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

VSCode Plastic theme port for vim/neovim.

License:MIT License


Languages

Language:Vim Script 100.0%