This commit is contained in:
secretspecter 2024-01-06 12:04:09 -07:00
parent 1f1a2797d2
commit afd660aa36
2 changed files with 2 additions and 1 deletions

View file

@ -21,6 +21,7 @@ It behaves like VSCodium but it's configured with a LISP.
To build some of the packages you will need:
- ctags
- cmake
- cargo
- npm

View file

@ -23,8 +23,8 @@ if not vim.loop.fs_stat(lazy_path) then
end
vim.opt.rtp:prepend({hotpot_path, lazy_path})
require("hotpot")
-- the rest of this config is written in Fennel
-- https://fennel-lang.org/
require("boot")