No description
- Lua 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| colors | ||
| lua/klephron-darker | ||
| .luarc.json | ||
| LICENSE.md | ||
| README.md | ||
klephron-darker.nvim
Installation
lazy.nvim:
local M = {
"klephron/klephron-darker.nvim",
lazy = false,
priority = 1000,
opts = {
bold = true,
undercurl = true,
underline = true,
strikethrough = true,
italic = {
string = true,
char = true,
comment = true,
operator = true,
fold = true,
text = true,
}
}
}