Add toggleterm.

This commit is contained in:
Sebastian Bugge 2024-07-14 21:26:44 +02:00
parent 5bc5a02f2d
commit 69a126dcb7
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691

View file

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