direnv.nvim/lua
Jordi Lambrechts 57a8fcdf29 fix: check if status.state.foundRC equals vim.NIL
When opening nvim in a directory that does not contain a .envrc file,
this would throw an error on startup.

This is because `vim.json.decode` translates the json null to `vim.NIL`,
which does not match Lua's `nil`
2025-04-23 05:39:35 +02:00
..
direnv.lua fix: check if status.state.foundRC equals vim.NIL 2025-04-23 05:39:35 +02:00