diff options
author | crupest <crupest@outlook.com> | 2023-09-07 00:28:36 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-08 00:03:36 +0800 |
commit | 7f42d7c2568bc4acbe3c9ba222a0d874f49317f2 (patch) | |
tree | 0bc87903cb4465cf7010d2f014077014022a3a85 /configs/nvim/lua/plugins/nvim-autopairs.lua | |
parent | 75df768709cf768197b13b3f797d0fd2ddd36780 (diff) | |
download | crupest-7f42d7c2568bc4acbe3c9ba222a0d874f49317f2.tar.gz crupest-7f42d7c2568bc4acbe3c9ba222a0d874f49317f2.tar.bz2 crupest-7f42d7c2568bc4acbe3c9ba222a0d874f49317f2.zip |
Update nvim config. Add package manager.
Diffstat (limited to 'configs/nvim/lua/plugins/nvim-autopairs.lua')
-rw-r--r-- | configs/nvim/lua/plugins/nvim-autopairs.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/nvim/lua/plugins/nvim-autopairs.lua b/configs/nvim/lua/plugins/nvim-autopairs.lua new file mode 100644 index 0000000..acfa202 --- /dev/null +++ b/configs/nvim/lua/plugins/nvim-autopairs.lua @@ -0,0 +1,2 @@ +return { "windwp/nvim-autopairs", event = +"InsertEnter", opts = {} } |