mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-30 06:39:33 +02:00
refactor: load onedarker theme externally (#2359)
This commit is contained in:
parent
5a8ccd9fcb
commit
1488deebc7
17 changed files with 10 additions and 588 deletions
|
@ -51,14 +51,21 @@ return {
|
|||
"williamboman/nvim-lsp-installer",
|
||||
commit = commit.nvim_lsp_installer,
|
||||
},
|
||||
{
|
||||
"lunarvim/onedarker.nvim",
|
||||
config = function()
|
||||
require("onedarker").setup()
|
||||
end,
|
||||
disable = lvim.colorscheme ~= "onedarker",
|
||||
},
|
||||
{
|
||||
"rcarriga/nvim-notify",
|
||||
commit = commit.nvim_notify,
|
||||
disable = not lvim.builtin.notify.active,
|
||||
config = function()
|
||||
require("lvim.core.notify").setup()
|
||||
end,
|
||||
event = "BufRead",
|
||||
requires = { "nvim-telescope/telescope.nvim" },
|
||||
disable = not lvim.builtin.notify.active or not lvim.builtin.telescope.active,
|
||||
},
|
||||
{ "Tastyep/structlog.nvim", commit = commit.structlog },
|
||||
|
||||
|
@ -75,6 +82,7 @@ return {
|
|||
},
|
||||
{
|
||||
"nvim-telescope/telescope-fzf-native.nvim",
|
||||
requires = { "nvim-telescope/telescope.nvim" },
|
||||
commit = commit.telescope_fzf_native,
|
||||
run = "make",
|
||||
disable = not lvim.builtin.telescope.active,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue