changeset 610:864493b0506a

make sure onedark is loaded to copy color settings from
author zegervdv <zegervdv@me.com>
date Wed, 20 Jul 2022 13:47:01 +0200
parents 4d84c6c203f7
children a879f63773a2
files .chezmoitemplates/init.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua	Wed Jul 20 09:00:25 2022 +0200
+++ b/.chezmoitemplates/init.lua	Wed Jul 20 13:47:01 2022 +0200
@@ -434,6 +434,7 @@
 
   use {
     'rebelot/heirline.nvim',
+    after = 'onedark.nvim',
     config = function()
       local utils = require 'heirline.utils'
       local conditions = require 'heirline.conditions'