feat(nvim): add exrc.nvim
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 39s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 39s
This commit is contained in:
parent
b8c2e4e114
commit
8707661ffa
9
dots/.config/nvim/lua/plugins/configs/exrc.lua
Normal file
9
dots/.config/nvim/lua/plugins/configs/exrc.lua
Normal file
@ -0,0 +1,9 @@
|
||||
return {
|
||||
{
|
||||
"jedrzejboczar/exrc.nvim",
|
||||
opts = {
|
||||
-- Already handled by Neovim just fine imo
|
||||
on_vim_enter = false,
|
||||
},
|
||||
},
|
||||
}
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user