Skip to content

Commit

Permalink
optimizations; luadoc is better; @Class Rabbit.Options is global
Browse files Browse the repository at this point in the history
  • Loading branch information
VoxelPrismatic committed Jun 2, 2024
1 parent f4eef44 commit 0f057d1
Show file tree
Hide file tree
Showing 13 changed files with 313 additions and 319 deletions.
4 changes: 2 additions & 2 deletions lua/rabbit/defaults.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---@type DefaultRabbitBox
---@type Rabbit.Box.Default
local box = {
round = {
top_left = "",
Expand Down Expand Up @@ -44,7 +44,7 @@ local function grab_color(name)
return string.format("#%06x", details.fg)
end

---@type RabbitOptions
---@type Rabbit.Options
local options = {
colors = {
title = { fg = grab_color("Normal"), bold = true },
Expand Down
216 changes: 0 additions & 216 deletions lua/rabbit/doc.lua

This file was deleted.

Loading

0 comments on commit 0f057d1

Please sign in to comment.