From 05c6e2a26b0e1c255c83c89df6f95099eda3c6e8 Mon Sep 17 00:00:00 2001 From: QQ <1770362456@qq.com> Date: Sat, 18 Feb 2023 10:07:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E6=95=88=E6=8F=92?= =?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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/core/plug.lua b/lua/core/plug.lua index 07d736e..f834a69 100644 --- a/lua/core/plug.lua +++ b/lua/core/plug.lua @@ -5,6 +5,7 @@ local ensure_packer = function() if fn.empty(fn.glob(install_path)) > 0 then fn.system({'git', 'clone', '--depth', '1', 'https://github.com/wbthomason/packer.nvim', install_path}) G.cmd [[packadd packer.nvim]] + G.cmd [[PackerSync]] return true end return false @@ -54,8 +55,6 @@ return require('packer').startup(function(use) use 'posva/vim-vue' use 'dense-analysis/ale' use 'tree-sitter/tree-sitter-javascript' - use 'tree-sitter/tree-sitter-vue' - -- 多光标 use 'terryma/vim-multiple-cursors'