Add markdown plugins
This commit is contained in:
parent
4bd4388220
commit
fa8b268568
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
"iamcco/markdown-preview.nvim",
|
||||
ft = "markdown",
|
||||
build = function()
|
||||
vim.fn["mkdp#util#install"]()
|
||||
end,
|
||||
}
|
|
@ -4,12 +4,12 @@ return {
|
|||
build = "deno task --quiet build:fast",
|
||||
init = function()
|
||||
require("peek").setup({
|
||||
auto_load = false,
|
||||
auto_load = true,
|
||||
close_on_bdelete = true,
|
||||
syntax = false,
|
||||
theme = "dark",
|
||||
theme = "light",
|
||||
update_on_change = true,
|
||||
app = {'google-stable-chrome', '--new-window'},
|
||||
app = 'webview',
|
||||
filetype = {"markdown"},
|
||||
throttle_at = 200000,
|
||||
throttle_time = "auto",
|
||||
|
|
Loading…
Reference in New Issue