change parinfer to paredit
This commit is contained in:
		
							parent
							
								
									1df6a27344
								
							
						
					
					
						commit
						679c74b4e9
					
				| 
						 | 
					@ -2,13 +2,20 @@ local lisp_dialects = { "clojure", "fennel", "scheme", "lisp" }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
return {
 | 
					return {
 | 
				
			||||||
	-- perhaps replace parinfer with guns/vim-sexp and tpope/vim-sexp-mappings-for-regular-people
 | 
						-- perhaps replace parinfer with guns/vim-sexp and tpope/vim-sexp-mappings-for-regular-people
 | 
				
			||||||
 | 
						-- {
 | 
				
			||||||
 | 
						-- 	"gpanders/nvim-parinfer",
 | 
				
			||||||
 | 
						-- 	ft = lisp_dialects,
 | 
				
			||||||
 | 
						-- 	init = function()
 | 
				
			||||||
 | 
						-- 		vim.g.parinfer_force_balance = true
 | 
				
			||||||
 | 
						-- 		vim.g.parinfer_comment_chars = ";;"
 | 
				
			||||||
 | 
						-- 	end,
 | 
				
			||||||
 | 
						-- },
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		"gpanders/nvim-parinfer",
 | 
							"julienvincent/nvim-paredit",
 | 
				
			||||||
		ft = lisp_dialects,
 | 
							ft = lisp_dialects,
 | 
				
			||||||
		init = function()
 | 
							config = function()
 | 
				
			||||||
			vim.g.parinfer_force_balance = true
 | 
								require("nvim-paredit").setup()
 | 
				
			||||||
			vim.g.parinfer_comment_chars = ";;"
 | 
							end
 | 
				
			||||||
		end,
 | 
					 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		"Olical/conjure",
 | 
							"Olical/conjure",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue