Files
neovim-config/lua/config/post.lua
T
rootiest e05544e4f0 feat(lualine): implement custom lualine sections
Implements lualine sections for WakaTime, wordcount, searchcount, music
metadata, git-blame and more!

Also implements automatic truncating throughout so that sections will
truncate or hide depending on the available space.
2024-08-03 02:43:35 -04:00

8 lines
340 B
Lua

-- -----------------------------------------------------------------------------
-- ---------------------------------- POST -------------------------------------
-- -----------------------------------------------------------------------------
-- Post-plugin configuration functions
-- Add custom data to lualine
require("config.lua_line")