更新blink.cmp命令行模式相关配置

This commit is contained in:
a770 2025-03-24 17:09:11 +08:00
parent 980f03b5e3
commit 5528ddf7d2
8 changed files with 60 additions and 115 deletions

View file

@ -1,16 +0,0 @@
-- ===
-- === markdown preview
-- ===
return {
"iamcco/markdown-preview.nvim",
build = "cd app && npm install",
init = function() vim.g.mkdp_filetypes = { "markdown" } end,
ft = { "markdown" },
lazy = true,
config = function()
-- 设置使用谷歌浏览器进行预览
vim.g.mkdp_browser = '/usr/bin/google-chrome-stable'
end
}