Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeioth committed Nov 8, 2023
1 parent 046aa8b commit 8516d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/garbage-day/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function M.setup(opts)
vim.defer_fn(function()
utils.stop_lsp()
utils.start_lsp()
if config.notifications then utils.notify("lsp_has_stopped") end
if config.notifications then utils.notify("lsp_has_stopped") end
end, 100)
end
end
Expand Down

0 comments on commit 8516d6e

Please sign in to comment.