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 = {
|
||||
# Multicursor support
|
||||
multicursors.enable = true;
|
||||
# auto bracket completion
|
||||
nvim-autopairs.enable = true;
|
||||
# Parser generator tool
|
||||
|
|
Loading…
Reference in a new issue