diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2025-05-06 11:31:52 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2025-05-06 11:31:52 +0200 |
commit | 3447b6b75e6c0952c181cb06171232fa10ea9cba (patch) | |
tree | 811017dff318019a92d244b87a9add6b512b99a1 | |
parent | e7543cd29414bbe2df049a477d8ff13c9a8ddea4 (diff) |
fix init
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ end ensure("folke", "lazy.nvim") ensure("rktjmp", "hotpot.nvim") +vim.loader.enable() require("hotpot").setup { provide_require_fennel = true, compiler = { |