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

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