From 2e793557e839c80767925a50f5d5fad63e9c4040 Mon Sep 17 00:00:00 2001 From: zackartz Date: Tue, 19 Mar 2024 15:18:52 -0400 Subject: [PATCH] 222 current 2024-03-19 15:18:43 24.05.20240316.c75037b 6.8.0-zen1 * --- modules/home-manager/nvconfig.lua | 2 +- modules/home-manager/vim.nix | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/nvconfig.lua b/modules/home-manager/nvconfig.lua index c960b44..45e88f1 100644 --- a/modules/home-manager/nvconfig.lua +++ b/modules/home-manager/nvconfig.lua @@ -7,7 +7,7 @@ M.ui = { hl_override = {}, changed_themes = {}, theme_toggle = { "onedark", "one_light" }, - theme = "onedark", -- default theme + theme = "chadracula-evondev", -- default theme transparency = false, cmp = { diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index 6c804eb..60927a1 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -306,6 +306,13 @@ function _lazygit_toggle() lazygit:toggle() end + + +local integrations = require("nvconfig").base46.integrations + +for _, name in ipairs(integrations) do + dofile(vim.g.base46_cache .. name) +end ''; }; }