fix luasnip incorrect path (#526)
This commit is contained in:
		
							parent
							
								
									0e493bcacc
								
							
						
					
					
						commit
						6e3e0bf029
					
				| @ -82,7 +82,9 @@ M.luasnip = function() | ||||
|       history = true, | ||||
|       updateevents = "TextChanged,TextChangedI", | ||||
|    } | ||||
|    require("luasnip/loaders/from_vscode").load { path = { chadrc_config.plugins.options.luasnip.snippet_path } } | ||||
| 
 | ||||
|    require("luasnip/loaders/from_vscode").load { paths = chadrc_config.plugins.options.luasnip.snippet_path } | ||||
|    require("luasnip/loaders/from_vscode").load() | ||||
| end | ||||
| 
 | ||||
| M.signature = function() | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user