Add direnv support

This commit is contained in:
Michael Yockey
2024-09-16 09:02:24 -04:00
parent 928aba97b2
commit af640cd092
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
return {
'direnv/direnv.vim',
config = function()
end,
}