remove vscode-multi-cursor.lua

This commit is contained in:
2025-04-12 21:27:30 +08:00
parent 6c77122966
commit 367ebdccb0
2 changed files with 11 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
return {
{
'vscode-neovim/vscode-multi-cursor.nvim',
event = 'VeryLazy',
cond = not not vim.g.vscode,
opts = {},
}
}
-- This plugin is a Neovim extension for the VSCode multi-cursor feature.
-- It is already included in the VSCode Neovim extension, so it is not necessary to install it separately.

View File

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