Vim port of the Earl Grey Theme using lush.nvim.
Screenshots are taken with treesitter active, but currently only the default Treesitter highlights are being used.
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
- Neovim built-in LSP (Complete)
- Neovim Treesitter (Planned)