mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-08-18 15:22:51 +01:00
Added fennel, hotpot, and org mode
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user