mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	deploy: 1fd4a2a1b8
		
	This commit is contained in:
		
					parent
					
						
							
								9d3bccc7a7
							
						
					
				
			
			
				commit
				
					
						f24df162d5
					
				
			
		
					 2 changed files with 12 additions and 28 deletions
				
			
		
							
								
								
									
										37
									
								
								options.html
									
										
									
									
									
								
							
							
						
						
									
										37
									
								
								options.html
									
										
									
									
									
								
							|  | @ -19629,15 +19629,14 @@ list of string</p> | |||
|       "filetype", | ||||
|       colored = true, | ||||
|       icon_only = true, | ||||
|       icon = { align = 'left' }, | ||||
|       color = {bg='none', fg='lavender'}, | ||||
|       icon = { align = 'left' } | ||||
|     } | ||||
|   '' | ||||
|   '' | ||||
|     { | ||||
|       "filename", | ||||
|       color = {bg='none'}, | ||||
|       symbols = {modified = '', readonly = ''}, | ||||
|       symbols = {modified = ' ', readonly = ' '}, | ||||
|       separator = {right = ''} | ||||
|     } | ||||
|   '' | ||||
| ] | ||||
|  | @ -19676,13 +19675,7 @@ list of string</p> | |||
|         removed  = 'DiffDelete', -- Changes the diff's removed color you | ||||
|       }, | ||||
|       symbols = {added = '+', modified = '~', removed = '-'}, -- Changes the diff symbols | ||||
|       color = { | ||||
|         bg='none', | ||||
|         fg='lavender' | ||||
|       }, | ||||
|       separator = { | ||||
|         right = '' | ||||
|       }, | ||||
|       separator = {right = ''} | ||||
|     } | ||||
|   '' | ||||
| ] | ||||
|  | @ -19745,10 +19738,6 @@ list of string</p> | |||
|         return msg | ||||
|       end, | ||||
|       icon = ' ', | ||||
|       color = {bg='none', fg='lavender'}, | ||||
|       separator = { | ||||
|         left = '', | ||||
|       }, | ||||
|     } | ||||
|   '' | ||||
|   '' | ||||
|  | @ -19756,7 +19745,6 @@ list of string</p> | |||
|       "diagnostics", | ||||
|       sources = {'nvim_lsp', 'nvim_diagnostic', 'coc'}, | ||||
|       symbols = {error = '  ', warn = '  ', info = '  ', hint = ' '}, | ||||
|       color = {bg='none', fg='lavender'}, | ||||
|       diagnostics_color = { | ||||
|         color_error = { fg = 'red' }, | ||||
|         color_warn = { fg = 'yellow' }, | ||||
|  | @ -19794,14 +19782,16 @@ list of string</p> | |||
|       'searchcount', | ||||
|       maxcount = 999, | ||||
|       timeout = 120, | ||||
|       color = {bg='none', fg='lavender'} | ||||
|      | ||||
|     } | ||||
|   '' | ||||
|   '' | ||||
|     { | ||||
|       "branch", | ||||
|       icon = ' •', | ||||
|       color = {bg='none', fg='lavender'}, | ||||
|       separator = { | ||||
|         left = '', | ||||
|       }, | ||||
|     } | ||||
|   '' | ||||
| ] | ||||
|  | @ -19830,17 +19820,10 @@ list of string</p> | |||
| 
 | ||||
| <p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting">[ | ||||
|   '' | ||||
|     { | ||||
|       "progress", | ||||
|       separator = { | ||||
|         left = '', | ||||
|       }, | ||||
|     } | ||||
|     {"progress"} | ||||
|   '' | ||||
|   '' | ||||
|     { | ||||
|       "location", | ||||
|     } | ||||
|     {"location"} | ||||
|   '' | ||||
|   '' | ||||
|     { | ||||
|  |  | |||
|  | @ -150,7 +150,8 @@ if you choose to.</p></li><li class="listitem"><p>Add <code class="literal">vim. | |||
| configuration.</p></li><li class="listitem"><p>Refactor <code class="literal">programs.languages.elixir</code> to use lspconfig and none-ls for LSP and | ||||
| formatter setups respectively. Diagnostics support is considered, and may be | ||||
| added once the <a class="link" href="https://github.com/rrrene/credo"  target="_top">credo</a> linter has been added | ||||
| to nixpkgs. A pull request is currently open.</p></li><li class="listitem"><p>Remove vim-tidal and friends</p></li></ul></div> | ||||
| to nixpkgs. A pull request is currently open.</p></li><li class="listitem"><p>Remove vim-tidal and friends</p></li><li class="listitem"><p>Cleaned up Lualine module to reduce theme dependency on Catppuccin, and fixed | ||||
| blending issues in component separators.</p></li></ul></div> | ||||
| </div> | ||||
| 
 | ||||
| </div> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 NotAShelf
				NotAShelf