Add important notes for user , default config
This commit is contained in:
parent
056fcb51f5
commit
51760c21f5
|
@ -1,3 +1,5 @@
|
||||||
|
-- IMPORTANT NOTE : This is user config
|
||||||
|
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
M.ui = {
|
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
|
return M
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
-- IMPORTANT NOTE : This is default config, so dont change anything here. (check chadrc.lua instead)
|
||||||
|
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
M.ui = {
|
M.ui = {
|
||||||
|
|
Loading…
Reference in New Issue