README.md: added installation with lazy

main
Montréal 2026-02-20 14:30:49 +01:00
parent 7ce645251a
commit ced837f1dd
1 changed files with 14 additions and 1 deletions

View File

@ -2,4 +2,17 @@
A colorscheme for Neovim.
The settings are based on the structure from [onedark.nvim](https://github.com/navarasu/onedark.nvim) (see license).
The settings are based on the structure from [onedark.nvim](https://github.com/navarasu/onedark.nvim) (see license).
## Installation with Lazy
```lua
{
url = "https://gitea.thalassia.xyz/montreal/montreal.nvim.git",
name = "montreal",
lazy = false,
priority = 1000,
config = function()
vim.cmd([[colorscheme montreal]])
end
}
```