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
|
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
|
||||||
|
|
|
@ -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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue