comparison .chezmoitemplates/init.lua @ 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
comparison
equal deleted inserted replaced
609:4d84c6c203f7 610:864493b0506a
432 432
433 use { 'vimjas/vim-python-pep8-indent', ft = { 'python' } } 433 use { 'vimjas/vim-python-pep8-indent', ft = { 'python' } }
434 434
435 use { 435 use {
436 'rebelot/heirline.nvim', 436 'rebelot/heirline.nvim',
437 after = 'onedark.nvim',
437 config = function() 438 config = function()
438 local utils = require 'heirline.utils' 439 local utils = require 'heirline.utils'
439 local conditions = require 'heirline.conditions' 440 local conditions = require 'heirline.conditions'
440 441
441 local colors = require('onedark.palette').dark 442 local colors = require('onedark.palette').dark