安装多光标
This commit is contained in:
parent
bc3ea18e18
commit
81a308d75b
@ -53,6 +53,9 @@ return require('packer').startup(function(use)
|
||||
-- vue语法高亮
|
||||
use 'posva/vim-vue'
|
||||
|
||||
-- 多光标
|
||||
use 'terryma/vim-multiple-cursors'
|
||||
|
||||
end)
|
||||
|
||||
|
||||
|
@ -139,6 +139,11 @@ _G.packer_plugins = {
|
||||
path = "/home/newbie/.local/share/nvim/site/pack/packer/start/vim-easymotion",
|
||||
url = "https://github.com/easymotion/vim-easymotion"
|
||||
},
|
||||
["vim-multiple-cursors"] = {
|
||||
loaded = true,
|
||||
path = "/home/newbie/.local/share/nvim/site/pack/packer/start/vim-multiple-cursors",
|
||||
url = "https://github.com/terryma/vim-multiple-cursors"
|
||||
},
|
||||
["vim-surround"] = {
|
||||
loaded = true,
|
||||
path = "/home/newbie/.local/share/nvim/site/pack/packer/start/vim-surround",
|
||||
|
Loading…
Reference in New Issue
Block a user