Fixed typo in peek.lua setup
This commit is contained in:
@@ -6,7 +6,7 @@ return {
|
||||
return vim.fn.executable("deno") == 1
|
||||
end,
|
||||
lazy = true,
|
||||
cmds = { "PeekOpen", "PeekClose" },
|
||||
cmd = { "PeekOpen", "PeekClose" },
|
||||
init = function()
|
||||
vim.api.nvim_create_user_command("PeekOpen", function()
|
||||
require("peek").open()
|
||||
|
||||
Reference in New Issue
Block a user