Browse Source

Fix settings inside dashboard (#542)

`lv-settings.lua` has been deprecated, use `lv-config.lua` instead.
Abouzar Parvan 4 years ago
parent
commit
1d4f66cb9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lua/lv-dashboard/init.lua

+ 1 - 1
lua/lv-dashboard/init.lua

@@ -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'}
     }
     }