mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
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:
parent
e7130c8250
commit
6347ddbb50
1 changed files with 4 additions and 0 deletions
|
|
@ -48,4 +48,8 @@ return {
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = { highlight = { enable = false } },
|
opts = { highlight = { enable = false } },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"vscode-neovim/vscode-multi-cursor.nvim",
|
||||||
|
event = 'VeryLazy',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue