diff --git a/README.md b/README.md index 601de2a..ed57bd9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/init.lua b/init.lua index dab4990..469068a 100644 --- a/init.lua +++ b/init.lua @@ -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")