diff options
author | chaeing <[email protected]> | 2021-07-31 11:28:59 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-31 14:28:59 -0400 |
commit | 213e3961fa637e4dbe4ef1ea5fceadcb372e020e (patch) | |
tree | fb5f49fe23e03acef3509b0fe5c5cd906e5ca7aa /lua/default-config.lua | |
parent | 2badb25f361ddeae32fcd482384cccdab96f8e68 (diff) |
[Feature] Rename lv-config.lua to config.lua (#1193)
* Rename example config files
* Update user config path in installer
* Update user config path with a variable
* Update default user config file to config.lua
* Add fallback to lv-config if config.lua not found
* Add global variable USER_CONFIG_PATH
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r-- | lua/default-config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index 6527ad77..d6063671 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -88,7 +88,7 @@ lvim = { }, plugins = { - -- use lv-config.lua for this not put here + -- use config.lua for this not put here }, autocommands = {}, |