feat(nvim): add direnv.nvim
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 35s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 35s
This commit is contained in:
parent
1ebe3e50b4
commit
6fad02b9ed
13
users/price/dots/.config/nvim/lua/plugins/configs/direnv.lua
Normal file
13
users/price/dots/.config/nvim/lua/plugins/configs/direnv.lua
Normal file
@ -0,0 +1,13 @@
|
||||
return {
|
||||
{
|
||||
"actionshrimp/direnv.nvim",
|
||||
lazy = false,
|
||||
config = function()
|
||||
local direnv = require("direnv-nvim")
|
||||
-- TODO: Make this properly restart LSP clients as necessary
|
||||
direnv.setup({
|
||||
async = true,
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user