thewinger / panda.nvim

Panda syntax colors for vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

panda-vim

Panda syntax colors for nvim to be used with colorbuddy.

Screenshot of vim using panda sytax

Installation

With Plugin Manager

    " With Vim-Plug
    Plug 'tjdevries/colorbuddy.nvim'
    Plug 'thewinger/panda.nvim'

    " Enable the color scheme
    colorscheme panda
    -- Packer.nvim
    -- Where plugins are added
    use 'tjdevries/colorbuddy.nvim'
    use 'thewinger/panda.nvim'
    --  in your lua config
    require('colorbuddy').colorscheme('panda')

About

Panda syntax colors for vim

License:MIT License


Languages

Language:Lua 100.0%