add vscode-multi-cursor to vscode extras

a new plugin to handle multi cursors by collaborators on vscode-neovim project 

source: https://github.com/vscode-neovim/vscode-multi-cursor.nvim

related pull request: https://github.com/vscode-neovim/vscode-neovim/pull/1553
This commit is contained in:
Luong Vo 2023-10-23 12:13:28 +07:00 committed by GitHub
parent e7130c8250
commit 6347ddbb50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,4 +48,8 @@ return {
"nvim-treesitter/nvim-treesitter",
opts = { highlight = { enable = false } },
},
{
"vscode-neovim/vscode-multi-cursor.nvim",
event = 'VeryLazy',
},
}