Small refactor to terminal
This commit is contained in:
parent
d06e61dcba
commit
c5ab57456d
2 changed files with 11 additions and 17 deletions
|
|
@ -25,7 +25,7 @@ vim.opt = require("vim_opt")
|
|||
require("lazy_init")
|
||||
|
||||
-- Initialize the sticky terminal window at the bottom
|
||||
require("terminal").setup()
|
||||
require("terminal")
|
||||
|
||||
-- Initialize the custom window management functionality
|
||||
require("window_management").setup()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue