From c04a378bc4464825889fdd5ee85e6601106e1c0e Mon Sep 17 00:00:00 2001 From: QQ <1770362456@qq.com> Date: Sat, 11 Feb 2023 13:36:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=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 | 5 ++++- plugin/packer_compiled.lua | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lua/core/plug.lua b/lua/core/plug.lua index 0832ac2..bc2d271 100644 --- a/lua/core/plug.lua +++ b/lua/core/plug.lua @@ -50,12 +50,15 @@ return require('packer').startup(function(use) -- 文件搜索 use {'junegunn/fzf'} - -- vue语法高亮 + -- vue开发 use 'posva/vim-vue' + use 'dense-analysis/ale' + -- 多光标 use 'terryma/vim-multiple-cursors' + end) diff --git a/plugin/packer_compiled.lua b/plugin/packer_compiled.lua index 208da16..0b4da53 100644 --- a/plugin/packer_compiled.lua +++ b/plugin/packer_compiled.lua @@ -74,6 +74,11 @@ end time([[try_loadstring definition]], false) time([[Defining packer_plugins]], true) _G.packer_plugins = { + ale = { + loaded = true, + path = "/home/newbie/.local/share/nvim/site/pack/packer/start/ale", + url = "https://github.com/dense-analysis/ale" + }, ["coc.nvim"] = { loaded = true, path = "/home/newbie/.local/share/nvim/site/pack/packer/start/coc.nvim",