mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
Add .config/nvim/lua/plugins/autopairs.lua
This commit is contained in:
7
private_dot_config/nvim/lua/plugins/autopairs.lua
Normal file
7
private_dot_config/nvim/lua/plugins/autopairs.lua
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
return {
|
||||||
|
'windwp/nvim-autopairs',
|
||||||
|
event = "InsertEnter",
|
||||||
|
config = true
|
||||||
|
-- use opts = {} for passing setup options
|
||||||
|
-- this is equivalent to setup({}) function
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user