We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0534904 commit af0a322Copy full SHA for af0a322
1 file changed
.config/nvim/lua/plugins.lua
@@ -868,13 +868,13 @@ require("lazy").setup({
868
}
869
end,
870
},
871
--- {
872
--- "rebelot/kanagawa.nvim",
873
--- event = "VimEnter",
874
--- require("kanagawa").setup {
875
--- transparent = true,
876
--- },
877
+ -- {
+ -- "rebelot/kanagawa.nvim",
+ -- event = "VimEnter",
+ -- require("kanagawa").setup {
+ -- transparent = true,
+ -- },
878
{
879
"JoosepAlviste/palenightfall.nvim",
880
config = function()
0 commit comments