mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-06 02:47:49 +02:00
Update init.lua
This commit is contained in:
parent
954dc8cda1
commit
3677277a09
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ vim.g.dashboard_custom_section = {
|
|||
b = {description = {' Recently Used Files'}, command = 'Telescope oldfiles'},
|
||||
c = {description = {' Load Last Session '}, command = 'SessionLoad'},
|
||||
d = {description = {' Find Word '}, command = 'Telescope live_grep'},
|
||||
e = {description = {' Settings '}, command = ':e ~/.config/nvim/nv-settings.lua'}
|
||||
e = {description = {' Settings '}, command = ':e ~/.config/nvim/lv-settings.lua'}
|
||||
-- e = {description = {' Marks '}, command = 'Telescope marks'}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue