mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-26 09:20:08 +00:00 
			
		
		
		
	snippets/luasnip: add whitespace, organize options
Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
This commit is contained in:
		
					parent
					
						
							
								9818d19937
							
						
					
				
			
			
				commit
				
					
						c59f8922b2
					
				
			
		
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -11,10 +11,13 @@ in { | ||||||
|     vim = { |     vim = { | ||||||
|       lazy.plugins.luasnip = { |       lazy.plugins.luasnip = { | ||||||
|         package = "luasnip"; |         package = "luasnip"; | ||||||
|  |          | ||||||
|         lazy = true; |         lazy = true; | ||||||
|         after = cfg.loaders; |          | ||||||
|         setupModule = "luasnip"; |         setupModule = "luasnip"; | ||||||
|         inherit (cfg) setupOpts; |         inherit (cfg) setupOpts; | ||||||
|  |          | ||||||
|  |         after = cfg.loaders; | ||||||
|       }; |       }; | ||||||
|       startPlugins = cfg.providers; |       startPlugins = cfg.providers; | ||||||
|       autocomplete.nvim-cmp = { |       autocomplete.nvim-cmp = { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 LilleAila
				LilleAila