You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
380 B
11 lines
380 B
-- Terminal UX layered on Snacks (replaces toggleterm). |
|
-- All keymaps (<leader>tt, <leader>ft, <C-/> with 99-count float) are |
|
-- registered by the plugin's setup(). |
|
return { |
|
"chodak166/snacks-terminal-ctl.nvim", |
|
-- dir = "~/src/git/snacks-terminal-ctl.nvim", |
|
name = "snacks-terminal-ctl.nvim", |
|
dependencies = { "folke/snacks.nvim" }, |
|
event = "VeryLazy", |
|
opts = {}, |
|
}
|
|
|