Added fennel, hotpot, and org mode

This commit is contained in:
2026-07-13 09:25:19 +01:00
parent 0547732a7d
commit 068e0a2e40
5 changed files with 49 additions and 0 deletions
+14
View File
@@ -17,8 +17,22 @@ if not vim.loop.fs_stat(lazypath) then
})
end
local hotpotpath = vim.fn.stdpath("data") .. "/lazy/hotpot.nvim"
if not vim.loop.fs_stat(hotpotpath) then
vim.fn.system({
"git",
"clone",
"--filter=blob:none",
"https://github.com/rktjmp/hotpot.nvim.git",
hotpotpath,
})
end
---@diagnostic disable-next-line: undefined-field
vim.opt.rtp:prepend(hotpotpath)
vim.opt.rtp:prepend(lazypath)
require("hotpot")
require("lazy").setup("plugins")
require("nvim-web-devicons").refresh() -- This fixes screwiness with the devicon colors