config-astronvim/lua/user/plugins/others.lua
2023-05-23 19:35:54 +02:00

15 lines
254 B
Lua

return {
-- direnv
{ "direnv/direnv.vim", lazy = false },
-- Search and replace
{
"nvim-pack/nvim-spectre",
cmd = { "Spectre", "SpectreReload" },
},
-- REST client
{ "diepm/vim-rest-console", event = "User AstroFile" },
}