add autopairs and debug
This commit is contained in:
parent
c3994e069c
commit
9225d6e39b
7 changed files with 214 additions and 16 deletions
8
lua/custom/plugins/autopairs.lua
Normal file
8
lua/custom/plugins/autopairs.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"windwp/nvim-autopairs",
|
||||
config = function()
|
||||
require("nvim-autopairs").setup {
|
||||
disable_filetype = { "TelescopePrompt", "vim" },
|
||||
}
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue