Add direnv plugin for nvim

This commit is contained in:
Evie Litherland-Smith 2023-04-21 09:22:03 +01:00
parent e2cf9ae2dd
commit a6dc408032

View file

@ -0,0 +1,9 @@
return {
"https://github.com/direnv/direnv.vim.git",
name = "direnv.vim",
lazy = false,
config = function()
vim.g.direnv_auto = 1
vim.g.direnv_silent_load = 1
end,
}