Disable flash plugin

This commit is contained in:
Maximilian Friedersdorff 2024-10-09 15:21:52 +01:00
parent 7c7c86cf0f
commit ad580cfaad
2 changed files with 4 additions and 1 deletions

View file

@ -30,7 +30,7 @@ require("lazy").setup({
version = false, -- always use the latest git commit
-- version = "*", -- try installing the latest stable version for plugins that support semver
},
install = { colorscheme = { "solarized", "tokyonight", "habamax" } },
install = { colorscheme = { "tokyonight", "habamax" } },
checker = {
enabled = true, -- check for plugin updates periodically
notify = false, -- notify on update

View file

@ -0,0 +1,3 @@
return {
{ "folke/flash.nvim", enabled = false },
}