21 lines
		
	
	
	
		
			502 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			502 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
return {
 | 
						|
 {
 | 
						|
    "windwp/nvim-autopairs",
 | 
						|
    event = "InsertEnter",
 | 
						|
    opts = {
 | 
						|
      check_ts = true,
 | 
						|
      ts_config = { java = false },
 | 
						|
      fast_wrap = {
 | 
						|
        map = "<M-e>",
 | 
						|
        chars = { "{", "[", "(", '"', "'" },
 | 
						|
        pattern = string.gsub([[ [%'%"%)%>%]%)%}%,] ]], "%s+", ""),
 | 
						|
        offset = 0,
 | 
						|
        end_key = "$",
 | 
						|
        keys = "qwertyuiopzxcvbnmasdfghjkl",
 | 
						|
        check_comma = true,
 | 
						|
        highlight = "PmenuSel",
 | 
						|
        highlight_grey = "LineNr",
 | 
						|
      },
 | 
						|
    },
 | 
						|
  },
 | 
						|
}
 |