nix
This commit is contained in:
		
							parent
							
								
									e255d81abb
								
							
						
					
					
						commit
						1ec4450dbc
					
				
					 3 changed files with 13 additions and 4 deletions
				
			
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
				
			
			@ -125,7 +125,15 @@ local servers = {
 | 
			
		|||
        },
 | 
			
		||||
    },
 | 
			
		||||
    gopls = {},
 | 
			
		||||
    nil_ls = {},
 | 
			
		||||
    nil_ls = {
 | 
			
		||||
        settings = {
 | 
			
		||||
            ['nil'] = {
 | 
			
		||||
                formatting = {
 | 
			
		||||
                    command = { "nixpkgs-fmt" },
 | 
			
		||||
                },
 | 
			
		||||
            },
 | 
			
		||||
        },
 | 
			
		||||
    },
 | 
			
		||||
    jedi_language_server = {}, -- python lsp
 | 
			
		||||
    ruff_lsp = {},             -- python linter
 | 
			
		||||
    rust_analyzer = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,6 +3,8 @@ pkgs: with pkgs; [
 | 
			
		|||
  ripgrep # "rg" cli, alternative to grep, used by nvim
 | 
			
		||||
  fd # find alternative, used by nvim
 | 
			
		||||
  lsd # "ls" alternative
 | 
			
		||||
  zoxide # "z" command
 | 
			
		||||
  nil # Nix LSP
 | 
			
		||||
  nixpkgs-fmt # Nix formatter
 | 
			
		||||
  (nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) # nerdfonts jetbrains mono
 | 
			
		||||
]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue