Dot_Files/.config/nvim/lua/plugins/configs/_windline.lua
2022-01-10 09:55:15 -06:00

8 lines
191 B
Lua
Executable File

-- Load Animations
require("wlanimation")
-- Load a line (these include setup)
require("wlsample.bubble2")
-- In the future I may want to implement
-- my own, for now much too lazy for that