Multicursor support for vim

This commit is contained in:
albert 2024-02-16 19:13:19 +09:00
parent 99c63cd15f
commit 7468689265
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -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