add note to lua
This commit is contained in:
		
							parent
							
								
									3b4895a918
								
							
						
					
					
						commit
						f1723a6b1e
					
				| 
						 | 
					@ -1,6 +1,7 @@
 | 
				
			||||||
local lisp_dialects = { "clojure", "fennel", "scheme", "lisp" }
 | 
					local lisp_dialects = { "clojure", "fennel", "scheme", "lisp" }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
return {
 | 
					return {
 | 
				
			||||||
 | 
						-- perhaps replace parinfer with guns/vim-sexp and tpope/vim-sexp-mappings-for-regular-people
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		"gpanders/nvim-parinfer",
 | 
							"gpanders/nvim-parinfer",
 | 
				
			||||||
		ft = { unpack(lisp_dialects) },
 | 
							ft = { unpack(lisp_dialects) },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue