添加插件
This commit is contained in:
parent
81a308d75b
commit
c04a378bc4
@ -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)
|
||||
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user