We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1ff17 commit 1957f9cCopy full SHA for 1957f9c
1 file changed
.config/nvim/lua/plugins.lua
@@ -816,13 +816,13 @@ require("lazy").setup({
816
}
817
end,
818
},
819
--- {
820
--- "rebelot/kanagawa.nvim",
821
--- event = "VimEnter",
822
--- require("kanagawa").setup {
823
--- transparent = true,
824
--- },
825
+ -- {
+ -- "rebelot/kanagawa.nvim",
+ -- event = "VimEnter",
+ -- require("kanagawa").setup {
+ -- transparent = true,
+ -- },
826
{
827
"JoosepAlviste/palenightfall.nvim",
828
config = function()
0 commit comments