rename terminal -> term

This commit is contained in:
Michael Chris Lopez
2021-10-09 16:27:46 +08:00
parent f6bcb08068
commit 89b9e8cc69
17 changed files with 49 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
vim.opt.background = "dark"
vim.g.colors_name = "zenflesh-lush"
require("zenflesh.terminal").setup()
require("zenflesh.term").setup()
-- By setting our module to nil, we clear lua's cache,
-- which means the require ahead will *always* occur.