Dot_Files/.config/nvim/lua/plugins/configs/_windline.lua

8 lines
191 B
Lua
Raw Normal View History

2022-01-10 09:55:15 -06:00
-- 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