mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
fix(statuscolumn): ensure Snacks exists when loading before plugin loaded
This commit is contained in:
parent
80e7e442ec
commit
97e0e1ec7f
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
local Snacks = require("snacks")
|
||||
|
||||
---@class snacks.statuscolumn
|
||||
---@overload fun(): string
|
||||
local M = setmetatable({}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue