mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	edit release notes & revert python to isMaximal
This commit is contained in:
		
					parent
					
						
							
								6ad3163dfb
							
						
					
				
			
			
				commit
				
					
						54f9480f57
					
				
			
		
					 2 changed files with 4 additions and 7 deletions
				
			
		|  | @ -59,11 +59,7 @@ isMaximal: { | |||
|       go.enable = isMaximal; | ||||
|       lua.enable = isMaximal; | ||||
|       zig.enable = isMaximal; | ||||
|       python = { | ||||
|         enable = true; | ||||
|         format.type = "ruff"; | ||||
|         lsp.server = ["ruff" "basedpyright"]; | ||||
|       }; | ||||
|       python = isMaximal; | ||||
|       typst.enable = isMaximal; | ||||
|       rust = { | ||||
|         enable = isMaximal; | ||||
|  |  | |||
|  | @ -126,6 +126,7 @@ | |||
| 
 | ||||
| [QuiNzX](https://github.com/QuiNzX): | ||||
| 
 | ||||
| [ruff]: (https://github.com/astral-sh/ruff) | ||||
| [ruff lsp]: (https://github.com/astral-sh/ruff) | ||||
| 
 | ||||
| - Add ruff as lsp alongside other lsp servers. Under `vim.languages.python.lsp`. | ||||
| - Add ruff as lsp alongside other lsp servers in a list as an option. Under | ||||
|   `vim.languages.python.lsp.server`. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 QuiNzX
				QuiNzX