diff --git a/lua/vscodeplugins/vscode-multi-cursor.lua b/lua/vscodeplugins/vscode-multi-cursor.lua new file mode 100644 index 0000000..6cc552d --- /dev/null +++ b/lua/vscodeplugins/vscode-multi-cursor.lua @@ -0,0 +1,8 @@ +return { + { + 'vscode-neovim/vscode-multi-cursor.nvim', + event = 'VeryLazy', + cond = not not vim.g.vscode, + opts = {}, + } +} \ No newline at end of file