Add a sticky terminal panel to the bottom, remove old terminal from lspsaga
This commit is contained in:
parent
49ad4d1bad
commit
d4126dc480
5 changed files with 59 additions and 9 deletions
|
|
@ -28,5 +28,8 @@ require("lazy_init")
|
|||
-- Initialize plugins, add a plugin by creating a new file in the plugins dir
|
||||
require("lazy").setup("plugs")
|
||||
|
||||
-- Initialize the sticky terminal window at the bottom
|
||||
require("terminal").setup()
|
||||
|
||||
-- See ":help vim.highlight.on_yank()"
|
||||
setup_yank_highlight()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue