enable build for peek again
This commit is contained in:
parent
e0d85e7cbd
commit
2b8d4bfff7
@ -1,7 +1,10 @@
|
||||
return {
|
||||
'toppair/peek.nvim',
|
||||
-- build = 'deno task --quiet build:fast',
|
||||
build = 'deno task --quiet build:fast',
|
||||
config = function()
|
||||
require('peek').setup({
|
||||
app = 'webview',
|
||||
})
|
||||
vim.api.nvim_create_user_command('PeekOpen', require('peek').open, {})
|
||||
vim.api.nvim_create_user_command('PeekClose', require('peek').close, {})
|
||||
end,
|
||||
|
Loading…
x
Reference in New Issue
Block a user