disable autoclose for norg
This commit is contained in:
		@@ -15,7 +15,7 @@ local config = {
 | 
				
			|||||||
      ["`"] = { escape = true, close = true, pair = "``", disabled_filetypes = {} },
 | 
					      ["`"] = { escape = true, close = true, pair = "``", disabled_filetypes = {} },
 | 
				
			||||||
   },
 | 
					   },
 | 
				
			||||||
   options = {
 | 
					   options = {
 | 
				
			||||||
      disabled_filetypes = { "text", "markdown" },
 | 
					      disabled_filetypes = { "text", "markdown", "norg" },
 | 
				
			||||||
      disable_when_touch = false,
 | 
					      disable_when_touch = false,
 | 
				
			||||||
      pair_spaces = false,
 | 
					      pair_spaces = false,
 | 
				
			||||||
      auto_indent = true,
 | 
					      auto_indent = true,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user