1
Fork 0
This commit is contained in:
Hadeed 2024-06-28 12:17:58 +05:00
parent 0fbf6cdea0
commit c81d4c0bd8
2 changed files with 4 additions and 8 deletions

View file

@ -5,6 +5,9 @@
email = hadeedji@gmail.com email = hadeedji@gmail.com
name = Hadeed Ahmad name = Hadeed Ahmad
[push]
autoSetupRemote = true
[alias] [alias]
s = status -u s = status -u
a = add a = add

View file

@ -2,13 +2,6 @@ return {
"akinsho/toggleterm.nvim", "akinsho/toggleterm.nvim",
opts = { opts = {
open_mapping = "<C-t>", open_mapping = "<C-t>",
direction = "float", direction = "float"
size = function(term)
if term.direction == "vertical" then
return 80
else
return 12
end
end
} }
} }