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/core/terminal.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/core/terminal.lua')
-rw-r--r-- | lua/core/terminal.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/terminal.lua b/lua/core/terminal.lua index 015341df..bd7815aa 100644 --- a/lua/core/terminal.lua +++ b/lua/core/terminal.lua @@ -32,7 +32,7 @@ M.config = function() background = "Normal", }, }, - -- Add executables on the lv-config file + -- Add executables on the config.lua -- { exec, keymap, name} -- lvim.builtin.terminal.execs = {{}} to overwrite -- lvim.builtin.terminal.execs[#lvim.builtin.terminal.execs+1] = {"gdb", "tg", "GNU Debugger"} |