We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22c901 commit b1351a2Copy full SHA for b1351a2
1 file changed
.config/nvim/lua/plugins.lua
@@ -800,13 +800,13 @@ require("lazy").setup({
800
}
801
end,
802
},
803
--- {
804
--- "rebelot/kanagawa.nvim",
805
--- event = "VimEnter",
806
--- require("kanagawa").setup {
807
--- transparent = true,
808
--- },
809
+ -- {
+ -- "rebelot/kanagawa.nvim",
+ -- event = "VimEnter",
+ -- require("kanagawa").setup {
+ -- transparent = true,
+ -- },
810
{
811
"JoosepAlviste/palenightfall.nvim",
812
config = function()
0 commit comments