增加打开文件
This commit is contained in:
parent
b651252f41
commit
e726be8b6d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user