From afd660aa36af3da37dca9816a8ba89140841842e Mon Sep 17 00:00:00 2001 From: secretspecter Date: Sat, 6 Jan 2024 12:04:09 -0700 Subject: [PATCH] tweak --- README.md | 1 + init.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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")