kitchen sink cause I'm too lazy to sort through this junk
This commit is contained in:
@ -1,4 +1,9 @@
|
||||
require("killersheep").setup {
|
||||
local status_ok, killersheep = pcall(require, "killersheep")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
killersheep.setup {
|
||||
gore = true,
|
||||
border = 'shadow',
|
||||
keymaps = {
|
||||
|
Reference in New Issue
Block a user