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
2022-05-11 21:00:57 -05:00
require('wlanimation')
2022-01-10 09:55:15 -06:00
-- Load a line (these include setup)
2022-05-11 21:00:57 -05:00
require('wlsample.bubble2')
2022-01-10 09:55:15 -06:00
-- In the future I may want to implement
-- my own, for now much too lazy for that