安装多光标

This commit is contained in:
QQ 2023-02-10 17:24:19 +08:00
parent bc3ea18e18
commit 81a308d75b
2 changed files with 8 additions and 0 deletions

View File

@ -53,6 +53,9 @@ return require('packer').startup(function(use)
-- vue语法高亮 -- vue语法高亮
use 'posva/vim-vue' use 'posva/vim-vue'
-- 多光标
use 'terryma/vim-multiple-cursors'
end) end)

View File

@ -139,6 +139,11 @@ _G.packer_plugins = {
path = "/home/newbie/.local/share/nvim/site/pack/packer/start/vim-easymotion", path = "/home/newbie/.local/share/nvim/site/pack/packer/start/vim-easymotion",
url = "https://github.com/easymotion/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"] = { ["vim-surround"] = {
loaded = true, loaded = true,
path = "/home/newbie/.local/share/nvim/site/pack/packer/start/vim-surround", path = "/home/newbie/.local/share/nvim/site/pack/packer/start/vim-surround",