From e726be8b6d170eec353444068e927b871c441c92 Mon Sep 17 00:00:00 2001 From: newbieQQ <1770362456@qq.com> Date: Mon, 8 May 2023 11:33:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=93=E5=BC=80=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/core/plug.lua | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lua/core/plug.lua b/lua/core/plug.lua index cbf58a2..e2bdee0 100644 --- a/lua/core/plug.lua +++ b/lua/core/plug.lua @@ -41,7 +41,12 @@ require("lazy").setup({ 'lilydjwg/colorizer', --markdown - 'iamcco/markdown-preview.nvim', + { + 'iamcco/markdown-preview.nvim', + ft = { + 'markdown', + } + }, -- 文件搜索 'junegunn/fzf', @@ -49,7 +54,7 @@ require("lazy").setup({ -- 多光标 'terryma/vim-multiple-cursors', - -- copilot + -- github copilot 'github/copilot.vim', -- fzf