Add autopairs

This commit is contained in:
albert 2024-02-16 15:47:27 +09:00
parent 7eaf833957
commit 739cdaebe1
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -91,6 +91,8 @@
];
plugins = {
# auto bracket completion
nvim-autopairs.enable = true;
# Parser generator tool
treesitter.enable = true;
# Snippet engine for neovim