Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 986 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 986 Bytes

Vim Earl Grey Theme

Vim port of the Earl Grey Theme using lush.nvim.

Screenshots

image

image

image

Screenshots are taken with treesitter active, but currently only the default Treesitter highlights are being used.

Install

Using packer:

use ({
  "jacksonludwig/vim-earl-grey",
  config = function()
    vim.cmd("colorscheme vim-earl-grey")
  end
})

Or use any other package manager and set the colorscheme afterward with:

colorscheme vim-earl-grey

Plugin/Extension Support

  • Neovim built-in LSP (Complete)
  • Neovim Treesitter (Planned)