fix: formatted code with luafmt
This commit is contained in:
		
							parent
							
								
									355178a7bb
								
							
						
					
					
						commit
						5531edf8e4
					
				
							
								
								
									
										4
									
								
								init.lua
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								init.lua
									
									
									
									
									
								
							| @ -3,8 +3,8 @@ require "options" | ||||
| local chad_modules = { | ||||
|     "pluginList", | ||||
|     "plugins.bufferline", | ||||
| 	"mappings", | ||||
| 	"utils", | ||||
|     "mappings", | ||||
|     "utils" | ||||
| } | ||||
| 
 | ||||
| local async | ||||
|  | ||||
| @ -1,5 +1,8 @@ | ||||
| -- hide line numbers , statusline in specific buffers! | ||||
| vim.api.nvim_exec([[ | ||||
| vim.api.nvim_exec( | ||||
|     [[ | ||||
|    au TermOpen term://* setlocal nonumber laststatus=0 | ||||
|    au BufEnter,BufWinEnter,WinEnter,CmdwinEnter * if bufname('%') == "NvimTree" | set laststatus=0 | else | set laststatus=2 | endif | ||||
| ]], false) | ||||
| ]], | ||||
|     false | ||||
| ) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user