mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-03 18:28:38 +00:00
refactor: remove redundant setup functions
This commit is contained in:
parent
01ab0fce21
commit
2f1c2cfb91
2 changed files with 0 additions and 8 deletions
|
@ -295,10 +295,6 @@ function M.debug()
|
|||
end)
|
||||
end
|
||||
|
||||
function M.setup()
|
||||
M.enable()
|
||||
end
|
||||
|
||||
--- Enable indent guides
|
||||
function M.enable()
|
||||
if M.enabled then
|
||||
|
|
|
@ -56,10 +56,6 @@ local function get_state(win)
|
|||
return states[win]
|
||||
end
|
||||
|
||||
function M.setup()
|
||||
M.enable()
|
||||
end
|
||||
|
||||
function M.enable()
|
||||
if M.enabled then
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue