nix-config/home/neovim/lua/plugins/autopairs.lua

6 lines
84 B
Lua
Raw Normal View History

2023-08-02 15:37:23 +02:00
return {
'windwp/nvim-autopairs',
event = 'InsertEnter',
config = {},
}