diff --git a/lua/lazyvim/plugins/extras/vscode.lua b/lua/lazyvim/plugins/extras/vscode.lua index 6f78fd9f..f89ec2f3 100644 --- a/lua/lazyvim/plugins/extras/vscode.lua +++ b/lua/lazyvim/plugins/extras/vscode.lua @@ -48,4 +48,8 @@ return { "nvim-treesitter/nvim-treesitter", opts = { highlight = { enable = false } }, }, + { + "vscode-neovim/vscode-multi-cursor.nvim", + event = 'VeryLazy', + }, }