We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd31954 commit 7d2a6c4Copy full SHA for 7d2a6c4
1 file changed
.config/nvim/lua/plugins.lua
@@ -877,13 +877,13 @@ require("lazy").setup({
877
}
878
end,
879
},
880
--- {
881
--- "rebelot/kanagawa.nvim",
882
--- event = "VimEnter",
883
--- require("kanagawa").setup {
884
--- transparent = true,
885
--- },
886
+ -- {
+ -- "rebelot/kanagawa.nvim",
+ -- event = "VimEnter",
+ -- require("kanagawa").setup {
+ -- transparent = true,
+ -- },
887
{
888
"JoosepAlviste/palenightfall.nvim",
889
config = function()
0 commit comments