index
:
dotfiles-archive
this commit
master
An archive of all my old dotfiles
venomade
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
config
/
neovim
/
lua
/
plugins
/
autopairs.lua
blob: 261f66413e89f6ea65e80540b46c199e9d02e863 (
plain
)
1
2
3
require
(
'nvim-autopairs'
).
setup
({
disable_filetype
=
{
"TelescopePrompt"
,
"vim"
},
})