We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
:CompilerRedo
1 parent cb684ac commit 3d3fe57Copy full SHA for 3d3fe57
1 file changed
lua/compiler/init.lua
@@ -21,6 +21,7 @@ M.setup = function(opts)
21
vim.notify("Open the compiler and select an option before doing redo.",
22
vim.log.levels.INFO, { title = "Compiler.nvim" }
23
)
24
+ return
25
end
26
-- If filetype is not the same as when the option was selected, send a notification.
27
local current_filetype = vim.bo.filetype
0 commit comments