mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-11-03 20:22:21 +00:00 
			
		
		
		
	fix: replace deprecated nerdfonts icons
This commit is contained in:
		
					parent
					
						
							
								5d7c6b3c3f
							
						
					
				
			
			
				commit
				
					
						7eaa559996
					
				
			
		
					 3 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
					@ -186,10 +186,10 @@ in {
 | 
				
			||||||
      		{ type = "padding", val = 1 },
 | 
					      		{ type = "padding", val = 1 },
 | 
				
			||||||
          -- TODO: buttons should be added based on whether or not the relevant plugin is available
 | 
					          -- TODO: buttons should be added based on whether or not the relevant plugin is available
 | 
				
			||||||
      		dashboard.button("e", "  New file", "<cmd>ene<CR>"), -- available all the time
 | 
					      		dashboard.button("e", "  New file", "<cmd>ene<CR>"), -- available all the time
 | 
				
			||||||
      		dashboard.button("SPC F", "  Find file"), -- telescope
 | 
					      		dashboard.button("SPC F", "  Find file"), -- telescope
 | 
				
			||||||
      		dashboard.button("SPC ff", "  Live grep"), -- telescope
 | 
					      		dashboard.button("SPC ff", "  Live grep"), -- telescope
 | 
				
			||||||
      		dashboard.button("SPC p", "  Projects"), -- any project
 | 
					      		dashboard.button("SPC p", "  Projects"), -- any project
 | 
				
			||||||
      		dashboard.button("q", "  Quit", "<cmd>qa<CR>"), -- available all the time
 | 
					      		dashboard.button("q", "  Quit", "<cmd>qa<CR>"), -- available all the time
 | 
				
			||||||
      	},
 | 
					      	},
 | 
				
			||||||
      	position = "center",
 | 
					      	position = "center",
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -184,7 +184,7 @@ in {
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
              "diagnostics",
 | 
					              "diagnostics",
 | 
				
			||||||
              sources = {'nvim_lsp', 'nvim_diagnostic', 'coc'},
 | 
					              sources = {'nvim_lsp', 'nvim_diagnostic', 'coc'},
 | 
				
			||||||
              symbols = {error = ' ', warn = ' ', info = ' ', hint = ' '}
 | 
					              symbols = {error = ' ', warn = ' ', info = ' ', hint = ' '}
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        '';
 | 
					        '';
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -41,7 +41,7 @@ in {
 | 
				
			||||||
          search_up = { kind = "search", pattern = "^%?", icon = " ", lang = "regex" },
 | 
					          search_up = { kind = "search", pattern = "^%?", icon = " ", lang = "regex" },
 | 
				
			||||||
          filter = { pattern = "^:%s*!", icon = "", lang = "bash" },
 | 
					          filter = { pattern = "^:%s*!", icon = "", lang = "bash" },
 | 
				
			||||||
          lua = { pattern = "^:%s*lua%s+", icon = "", lang = "lua" },
 | 
					          lua = { pattern = "^:%s*lua%s+", icon = "", lang = "lua" },
 | 
				
			||||||
          help = { pattern = "^:%s*he?l?p?%s+", icon = "" },
 | 
					          help = { pattern = "^:%s*he?l?p?%s+", icon = "" },
 | 
				
			||||||
          input = {},
 | 
					          input = {},
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue