config-astronvim/lua/user/plugins/others.lua

15 lines
254 B
Lua
Raw Normal View History

2023-05-11 18:41:27 +02:00
return {
2023-05-23 19:35:54 +02:00
-- direnv
{ "direnv/direnv.vim", lazy = false },
-- Search and replace
2023-05-11 18:41:27 +02:00
{
"nvim-pack/nvim-spectre",
2023-05-23 19:35:54 +02:00
cmd = { "Spectre", "SpectreReload" },
2023-05-11 18:41:27 +02:00
},
2023-05-23 19:35:54 +02:00
-- REST client
{ "diepm/vim-rest-console", event = "User AstroFile" },
2023-05-11 18:41:27 +02:00
}