Nvim: add ability to switch between dark and light theme

This commit is contained in:
Marko Korhonen 2024-01-25 15:30:12 +02:00
parent f85a6425d1
commit 48f8b06521
3 changed files with 14 additions and 1 deletions

View file

@ -2,6 +2,7 @@
--- @type LazyPluginSpec
return {
"rebelot/kanagawa.nvim",
dependencies = { { "f-person/auto-dark-mode.nvim", config = true } },
--- @type KanagawaConfig
opts = {
compile = true,