diff --git a/home/dot_config/nvim/lua/config/lazy.lua b/home/dot_config/nvim/lua/config/lazy.lua index 9b1ceba..d73bfa1 100644 --- a/home/dot_config/nvim/lua/config/lazy.lua +++ b/home/dot_config/nvim/lua/config/lazy.lua @@ -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 diff --git a/home/dot_config/nvim/lua/plugins/flash.lua b/home/dot_config/nvim/lua/plugins/flash.lua new file mode 100644 index 0000000..501e3fc --- /dev/null +++ b/home/dot_config/nvim/lua/plugins/flash.lua @@ -0,0 +1,3 @@ +return { + { "folke/flash.nvim", enabled = false }, +}