Multicursor support for vim
This commit is contained in:
parent
99c63cd15f
commit
7468689265
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
|
# Multicursor support
|
||||||
|
multicursors.enable = true;
|
||||||
# auto bracket completion
|
# auto bracket completion
|
||||||
nvim-autopairs.enable = true;
|
nvim-autopairs.enable = true;
|
||||||
# Parser generator tool
|
# Parser generator tool
|
||||||
|
|
Loading…
Reference in a new issue