添加插件
This commit is contained in:
parent
81a308d75b
commit
c04a378bc4
@ -50,12 +50,15 @@ return require('packer').startup(function(use)
|
|||||||
-- 文件搜索
|
-- 文件搜索
|
||||||
use {'junegunn/fzf'}
|
use {'junegunn/fzf'}
|
||||||
|
|
||||||
-- vue语法高亮
|
-- vue开发
|
||||||
use 'posva/vim-vue'
|
use 'posva/vim-vue'
|
||||||
|
use 'dense-analysis/ale'
|
||||||
|
|
||||||
|
|
||||||
-- 多光标
|
-- 多光标
|
||||||
use 'terryma/vim-multiple-cursors'
|
use 'terryma/vim-multiple-cursors'
|
||||||
|
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
||||||
|
@ -74,6 +74,11 @@ end
|
|||||||
time([[try_loadstring definition]], false)
|
time([[try_loadstring definition]], false)
|
||||||
time([[Defining packer_plugins]], true)
|
time([[Defining packer_plugins]], true)
|
||||||
_G.packer_plugins = {
|
_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"] = {
|
["coc.nvim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/newbie/.local/share/nvim/site/pack/packer/start/coc.nvim",
|
path = "/home/newbie/.local/share/nvim/site/pack/packer/start/coc.nvim",
|
||||||
|
Loading…
Reference in New Issue
Block a user