From e6841dd1f9129848cd75f75f65ff86d33aa72809 Mon Sep 17 00:00:00 2001 From: QQ <1770362456@qq.com> Date: Sat, 18 Feb 2023 19:56:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B2=A1=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/core/plug.lua | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lua/core/plug.lua b/lua/core/plug.lua index f65844e..b8e0fdf 100644 --- a/lua/core/plug.lua +++ b/lua/core/plug.lua @@ -31,9 +31,6 @@ return require('packer').startup(function(use) use 'tpope/vim-surround' use 'gcmt/wildfire.vim' - -- easymotion - use 'easymotion/vim-easymotion' - -- 格式整理 use 'junegunn/vim-easy-align' use 'tpope/vim-commentary' @@ -44,17 +41,9 @@ return require('packer').startup(function(use) --markdown use 'iamcco/markdown-preview.nvim' - -- git - use 'kdheepak/lazygit.nvim' - -- 文件搜索 use {'junegunn/fzf'} - -- vue开发 - use 'posva/vim-vue' - use 'dense-analysis/ale' - use 'tree-sitter/tree-sitter-javascript' - -- 多光标 use 'terryma/vim-multiple-cursors'