with keybinds

This commit is contained in:
2022-10-12 17:55:25 +02:00
parent f7b6dd262d
commit 642266466c
8 changed files with 231 additions and 5 deletions

7
lua/plugins/terminal.lua Normal file
View File

@@ -0,0 +1,7 @@
return {
ft = "terminal",
module = "nvim-terminal",
config = function()
require("terminal").setup()
end,
}