This commit is contained in:
Saeed Afzal
2024-01-08 21:16:52 +00:00
parent c094afe79c
commit bfcdea9887
9 changed files with 87 additions and 100 deletions

View File

@@ -0,0 +1,11 @@
return {
"akinsho/toggleterm.nvim",
version = "*",
opts = {
open_mapping = [[<c-t>]],
direction = "float",
float_opts = {
border = "curved"
}
}
}