refactor(nvim): do not lazy load heirline

This commit is contained in:
Price Hiller 2024-06-12 00:02:39 -05:00
parent f5aeb38557
commit a494123bfa
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,7 +1,7 @@
return {
{
"rebelot/heirline.nvim",
event = "ColorScheme",
lazy = false,
dependencies = {
"lewis6991/gitsigns.nvim",
},