mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-30 06:39:33 +02:00
refactor: more deliberate reload (#3133)
This commit is contained in:
parent
560ee4d7cf
commit
e5bcf01c75
13 changed files with 80 additions and 66 deletions
|
@ -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,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue