Add toggleterm.

This commit is contained in:
Sebastian Bugge 2024-07-14 21:26:44 +02:00
parent c5a81443cb
commit 62338a3b50

View file

@ -0,0 +1,8 @@
return {
"akinsho/toggleterm.nvim",
version = "*",
opts = {
open_mapping = [[<c-\>]],
direction = "float",
},
}