fmt: alejandra
This commit is contained in:
		
							parent
							
								
									a6a7676c4e
								
							
						
					
					
						commit
						537828c2e9
					
				
					 22 changed files with 124 additions and 168 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,4 @@
 | 
			
		|||
{ ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
{...}: {
 | 
			
		||||
  # Autocompletion plugin
 | 
			
		||||
  plugins.cmp = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
| 
						 | 
				
			
			@ -8,8 +6,8 @@
 | 
			
		|||
    settings = {
 | 
			
		||||
      # The sources to use
 | 
			
		||||
      sources = [
 | 
			
		||||
        { name = "nvim_lsp"; }  # LSP source for cmp
 | 
			
		||||
        { name = "luasnip"; }   # Snippets source for cmp
 | 
			
		||||
        {name = "nvim_lsp";} # LSP source for cmp
 | 
			
		||||
        {name = "luasnip";} # Snippets source for cmp
 | 
			
		||||
      ];
 | 
			
		||||
      # The snippet expansion function.
 | 
			
		||||
      snippet.expand = ''
 | 
			
		||||
| 
						 | 
				
			
			@ -35,4 +33,3 @@
 | 
			
		|||
    autoEnableSources = true;
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue