|
|
||
|---|---|---|
| colors | ||
| lua/lualine/themes | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
README.md
montreal.nvim
A colorscheme for Neovim.
The settings are based on the structure from onedark.nvim (see license).
Installation with Lazy
{
url = "https://gitea.thalassia.xyz/montreal/montreal.nvim.git",
name = "montreal",
lazy = false,
priority = 1000,
config = function()
vim.cmd([[colorscheme montreal]])
end
}