Disable flash plugin
This commit is contained in:
parent
7c7c86cf0f
commit
ad580cfaad
2 changed files with 4 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ require("lazy").setup({
|
||||||
version = false, -- always use the latest git commit
|
version = false, -- always use the latest git commit
|
||||||
-- version = "*", -- try installing the latest stable version for plugins that support semver
|
-- version = "*", -- try installing the latest stable version for plugins that support semver
|
||||||
},
|
},
|
||||||
install = { colorscheme = { "solarized", "tokyonight", "habamax" } },
|
install = { colorscheme = { "tokyonight", "habamax" } },
|
||||||
checker = {
|
checker = {
|
||||||
enabled = true, -- check for plugin updates periodically
|
enabled = true, -- check for plugin updates periodically
|
||||||
notify = false, -- notify on update
|
notify = false, -- notify on update
|
||||||
|
|
|
||||||
3
home/dot_config/nvim/lua/plugins/flash.lua
Normal file
3
home/dot_config/nvim/lua/plugins/flash.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
return {
|
||||||
|
{ "folke/flash.nvim", enabled = false },
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue