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'