Add important notes for user , default config
This commit is contained in:
		
							parent
							
								
									056fcb51f5
								
							
						
					
					
						commit
						51760c21f5
					
				
					 2 changed files with 5 additions and 1 deletions
				
			
		|  | @ -1,3 +1,5 @@ | |||
| -- IMPORTANT NOTE : This is user config | ||||
| 
 | ||||
| local M = {} | ||||
| 
 | ||||
| M.ui = { | ||||
|  | @ -139,6 +141,6 @@ M.mappings = { | |||
|    }, | ||||
| } | ||||
| 
 | ||||
| M = vim.tbl_deep_extend("force", require("default_config"), M) | ||||
| M = vim.tbl_deep_extend("force", require "default_config", M) | ||||
| 
 | ||||
| return M | ||||
|  |  | |||
|  | @ -1,3 +1,5 @@ | |||
| -- IMPORTANT NOTE : This is default config, so dont change anything here. (check chadrc.lua instead) | ||||
| 
 | ||||
| local M = {} | ||||
| 
 | ||||
| M.ui = { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue