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

11 lines
171 B
Lua
Raw Normal View History

2023-05-11 18:41:27 +02:00
return {
{ "diepm/vim-rest-console" },
{
"nvim-pack/nvim-spectre",
event = "BufRead",
config = function()
require("spectre").setup()
end,
},
}