mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-08-17 07:02:48 +01:00
15 lines
352 B
Lua
15 lines
352 B
Lua
return {
|
|
{
|
|
"rktjmp/hotpot.nvim",
|
|
lazy = false,
|
|
},
|
|
{
|
|
"Olical/conjure",
|
|
ft = { "fennel", "clojure", "scheme", "lisp" },
|
|
config = function()
|
|
-- Conjure configuration
|
|
-- By default, Conjure maps local leader commands (e.g. <localleader>ee to evaluate form).
|
|
end,
|
|
},
|
|
}
|