Files
nvimconfig/lua/backplugins/vscode-multi-cursor.lua
2025-04-12 21:27:30 +08:00

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.