mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
fix(nvim): Fix require in lualine
This commit is contained in:
parent
21a77b4524
commit
2c56ce364f
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ local lualine = require("lualine")
|
|||
|
||||
-- Color table for highlights
|
||||
|
||||
local colors = require("plugins.mod.lualine.colors")
|
||||
local colors = require("config.colors")
|
||||
local components = require("plugins.mod.lualine.components")
|
||||
|
||||
-- Config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue