feat(nvim): add exrc.nvim
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 39s

This commit is contained in:
Price Hiller 2024-03-19 13:19:50 -05:00
parent b8c2e4e114
commit 8707661ffa
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
return {
{
"jedrzejboczar/exrc.nvim",
opts = {
-- Already handled by Neovim just fine imo
on_vim_enter = false,
},
},
}

View File

@ -3,6 +3,7 @@ local config_home = vim.env.XDG_CONFIG_HOME or vim.env.HOME .. "/.config"
return {
{
"nvim-telescope/telescope.nvim",
event = "DirChanged",
cmd = {
"Telescope",
"FrecencyMigrateDB",