Nvim: add ability to switch between dark and light theme
This commit is contained in:
parent
f85a6425d1
commit
48f8b06521
3 changed files with 14 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
--- @type LazyPluginSpec
|
||||
return {
|
||||
"rebelot/kanagawa.nvim",
|
||||
dependencies = { { "f-person/auto-dark-mode.nvim", config = true } },
|
||||
--- @type KanagawaConfig
|
||||
opts = {
|
||||
compile = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue