Skip to content

Commit

Permalink
refactor(core): Add missing require()
Browse files Browse the repository at this point in the history
Fix import
  • Loading branch information
OXY2DEV authored Jan 25, 2025
2 parents f2321cc + d3a5933 commit 3e0453c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/markview.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
--- And other minor things!
local markview = {};
local spec = require("markview.spec");
local highlights = require("markview.highlights");
local health = require("markview.health");

--- Plugin state variables.
Expand Down

0 comments on commit 3e0453c

Please sign in to comment.