added neovide configuration
This commit is contained in:
		
							
								
								
									
										21
									
								
								lua/plugins/neovide.lua
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								lua/plugins/neovide.lua
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
				
			|||||||
 | 
					if not vim.g.neovide then return {} end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					return {
 | 
				
			||||||
 | 
					  "AstroNvim/astrocore",
 | 
				
			||||||
 | 
					  ---@type AstroCoreOpts
 | 
				
			||||||
 | 
					  opts = {
 | 
				
			||||||
 | 
					    options = {
 | 
				
			||||||
 | 
					      opt = {
 | 
				
			||||||
 | 
					        guifont = "Jetbrains Mono:h14",
 | 
				
			||||||
 | 
					        linespace = 0,
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      g = {
 | 
				
			||||||
 | 
					        neovide_scale_factor = 1.0,
 | 
				
			||||||
 | 
					        neovide_padding_top = 0,
 | 
				
			||||||
 | 
					        neovide_padding_bottom = 0,
 | 
				
			||||||
 | 
					        neovide_padding_left = 0,
 | 
				
			||||||
 | 
					        neovide_padding_right = 0,
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user