12 lines
341 B
Lua
12 lines
341 B
Lua
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.
|