add vscode-multi-cursor plugin for vscode

This commit is contained in:
2025-04-10 09:11:50 +08:00
parent 314c371cd3
commit d5c7efe47c

View File

@@ -0,0 +1,8 @@
return {
{
'vscode-neovim/vscode-multi-cursor.nvim',
event = 'VeryLazy',
cond = not not vim.g.vscode,
opts = {},
}
}