Changes
This commit is contained in:
parent
0fbf6cdea0
commit
c81d4c0bd8
2 changed files with 4 additions and 8 deletions
|
@ -5,6 +5,9 @@
|
|||
email = hadeedji@gmail.com
|
||||
name = Hadeed Ahmad
|
||||
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
|
||||
[alias]
|
||||
s = status -u
|
||||
a = add
|
||||
|
|
|
@ -2,13 +2,6 @@ return {
|
|||
"akinsho/toggleterm.nvim",
|
||||
opts = {
|
||||
open_mapping = "<C-t>",
|
||||
direction = "float",
|
||||
size = function(term)
|
||||
if term.direction == "vertical" then
|
||||
return 80
|
||||
else
|
||||
return 12
|
||||
end
|
||||
end
|
||||
direction = "float"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue