Add dashboard entry to search nvim config files (#551)

This commit is contained in:
tafryn 2021-06-29 09:43:02 -07:00 committed by GitHub
parent b67ce0d586
commit 02865aba7b
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,10 @@ M.config = function()
e = {
description = {' Settings '},
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'}
}