Fix settings inside dashboard (#542)

`lv-settings.lua` has been deprecated, use `lv-config.lua` instead.
This commit is contained in:
Abouzar Parvan 2021-06-28 12:35:22 +04:30 committed by GitHub
parent 49fb565b8c
commit 1d4f66cb9a
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ M.config = function()
}, },
e = { e = {
description = {' Settings '}, description = {' Settings '},
command = ':e ' .. CONFIG_PATH .. '/lv-settings.lua' command = ':e ' .. CONFIG_PATH .. '/lv-config.lua'
} }
-- e = {description = {' Marks '}, command = 'Telescope marks'} -- e = {description = {' Marks '}, command = 'Telescope marks'}
} }