Add autopairs
This commit is contained in:
parent
7eaf833957
commit
739cdaebe1
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
|
# auto bracket completion
|
||||||
|
nvim-autopairs.enable = true;
|
||||||
# Parser generator tool
|
# Parser generator tool
|
||||||
treesitter.enable = true;
|
treesitter.enable = true;
|
||||||
# Snippet engine for neovim
|
# Snippet engine for neovim
|
||||||
|
|
Loading…
Reference in a new issue