增加打开文件
This commit is contained in:
parent
b651252f41
commit
e726be8b6d
@ -41,7 +41,12 @@ require("lazy").setup({
|
|||||||
'lilydjwg/colorizer',
|
'lilydjwg/colorizer',
|
||||||
|
|
||||||
--markdown
|
--markdown
|
||||||
'iamcco/markdown-preview.nvim',
|
{
|
||||||
|
'iamcco/markdown-preview.nvim',
|
||||||
|
ft = {
|
||||||
|
'markdown',
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
-- 文件搜索
|
-- 文件搜索
|
||||||
'junegunn/fzf',
|
'junegunn/fzf',
|
||||||
@ -49,7 +54,7 @@ require("lazy").setup({
|
|||||||
-- 多光标
|
-- 多光标
|
||||||
'terryma/vim-multiple-cursors',
|
'terryma/vim-multiple-cursors',
|
||||||
|
|
||||||
-- copilot
|
-- github copilot
|
||||||
'github/copilot.vim',
|
'github/copilot.vim',
|
||||||
|
|
||||||
-- fzf
|
-- fzf
|
||||||
|
Loading…
Reference in New Issue
Block a user