fixed lazygit terminal
This commit is contained in:
parent
0977f89286
commit
ca3279c762
@ -20,7 +20,7 @@ return {
|
|||||||
local Terminal = require('toggleterm.terminal').Terminal
|
local Terminal = require('toggleterm.terminal').Terminal
|
||||||
local lazygit = Terminal:new({
|
local lazygit = Terminal:new({
|
||||||
cmd = 'lazygit',
|
cmd = 'lazygit',
|
||||||
dir = 'git_dir',
|
dir = vim.fn.getcwd(),
|
||||||
direction = 'float',
|
direction = 'float',
|
||||||
float_opts = {
|
float_opts = {
|
||||||
border = 'double',
|
border = 'double',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user