refactor: more deliberate reload (#3133)

This commit is contained in:
kylo252 2022-10-04 19:23:52 +02:00 committed by GitHub
parent 560ee4d7cf
commit e5bcf01c75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 80 additions and 66 deletions

View file

@ -16,10 +16,6 @@ local core_plugins = {
},
{
"folke/tokyonight.nvim",
config = function()
require("lvim.core.theme").setup()
end,
-- disable = not vim.startswith(lvim.colorscheme, "tokyonight"),
},
{
"rcarriga/nvim-notify",
@ -139,6 +135,7 @@ local core_plugins = {
config = function()
require("lvim.core.lir").setup()
end,
requires = { "kyazdani42/nvim-web-devicons" },
disable = not lvim.builtin.lir.active,
},
{