|
@@ -45,6 +45,10 @@ M.config = function()
|
|
e = {
|
|
e = {
|
|
description = {' Settings '},
|
|
description = {' Settings '},
|
|
command = ':e ' .. CONFIG_PATH .. '/lv-config.lua'
|
|
command = ':e ' .. CONFIG_PATH .. '/lv-config.lua'
|
|
|
|
+ },
|
|
|
|
+ f = {
|
|
|
|
+ description = {' Neovim Config Files'},
|
|
|
|
+ command = 'lua require(\'telescope.builtin\').find_files({search_dirs = {"~/.config/nvim"}})'
|
|
}
|
|
}
|
|
-- e = {description = {' Marks '}, command = 'Telescope marks'}
|
|
-- e = {description = {' Marks '}, command = 'Telescope marks'}
|
|
}
|
|
}
|