First commit
Added zsh, kitty, tmux, nvim and yazi
This commit is contained in:
7
.config/nvim/lua/custom/plugins/autopairs.lua
Normal file
7
.config/nvim/lua/custom/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