mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 18:14:40 +02:00
Fix settings inside dashboard (#542)
`lv-settings.lua` has been deprecated, use `lv-config.lua` instead.
This commit is contained in:
parent
49fb565b8c
commit
1d4f66cb9a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ M.config = function()
|
|||
},
|
||||
e = {
|
||||
description = {' Settings '},
|
||||
command = ':e ' .. CONFIG_PATH .. '/lv-settings.lua'
|
||||
command = ':e ' .. CONFIG_PATH .. '/lv-config.lua'
|
||||
}
|
||||
-- e = {description = {' Marks '}, command = 'Telescope marks'}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue