Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Latest commit

 

History

History
57 lines (47 loc) · 1.76 KB

README.md

File metadata and controls

57 lines (47 loc) · 1.76 KB

neovim-purple

This a colorscheme inspired by Shades of purple with treesitter and lsp support

Screenshots

  • This is an example of syntax highlighting (Without treesitter enabled)

previw2notreesitter

  • Another example of of syntax highlighting but with treesitter syntax enabled

preview1

Suppotred Plugins (so far):

Installation

You can install neovim-purple using your favorite plugins manager for example :

vim-plug :

Plug 'yeddaif/neovim-purple'

Configuration

Enabel colorschreme :

  • vim :
colorscheme neovim_purple
  • lua :
vim.cmd('colorscheme neovim_purple')

Enabel it on lualine

require('lualine').setup({
    options = {
        theme = 'neovim_purple'
    }
})

lualine

Options

-- Set the value to 1 if you want a transparent background
vim.g.nobackground = 1 -- Default 0