mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-15 03:44:43 +02:00
[DASHBOARD] Fix Telescope config files lazy-load issue. (#632)
This commit is contained in:
parent
af3e51eec8
commit
a82a66565e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ M.config = function()
|
|||
},
|
||||
f = {
|
||||
description = {' Neovim Config Files'},
|
||||
command = 'lua require(\'telescope.builtin\').find_files({search_dirs = {"~/.config/nvim"}})'
|
||||
command = 'Telescope find_files cwd=' .. CONFIG_PATH
|
||||
}
|
||||
-- e = {description = {' Marks '}, command = 'Telescope marks'}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue