blob: c30a37d7a11dac3e94dde735a9f8e870ca761a38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require("nvim-autopairs").setup {
fast_wrap = {
map = "<M-e>",
chars = { "{", "[", "(", "\"", "'" },
pattern = [=[[%"%"%>%]%)%}%,]]=],
end_key = "$",
keys = "qwertyuiopzxcvbnmasdfghjkl",
check_comma = true,
highlight = "Search",
highlight_grey="Comment"
}
}
|