tweak
This commit is contained in:
parent
1f1a2797d2
commit
afd660aa36
|
@ -21,6 +21,7 @@ It behaves like VSCodium but it's configured with a LISP.
|
||||||
|
|
||||||
To build some of the packages you will need:
|
To build some of the packages you will need:
|
||||||
|
|
||||||
|
- ctags
|
||||||
- cmake
|
- cmake
|
||||||
- cargo
|
- cargo
|
||||||
- npm
|
- npm
|
||||||
|
|
2
init.lua
2
init.lua
|
@ -23,8 +23,8 @@ if not vim.loop.fs_stat(lazy_path) then
|
||||||
end
|
end
|
||||||
|
|
||||||
vim.opt.rtp:prepend({hotpot_path, lazy_path})
|
vim.opt.rtp:prepend({hotpot_path, lazy_path})
|
||||||
|
|
||||||
require("hotpot")
|
require("hotpot")
|
||||||
|
|
||||||
-- the rest of this config is written in Fennel
|
-- the rest of this config is written in Fennel
|
||||||
-- https://fennel-lang.org/
|
-- https://fennel-lang.org/
|
||||||
require("boot")
|
require("boot")
|
||||||
|
|
Loading…
Reference in a new issue