Dot_Files/.config/nvim/lua/plugins/configs/_windline.lua
2022-05-11 21:00:57 -05: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