mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: run stylua
This commit is contained in:
parent
3f5e236fe5
commit
e91471432f
7 changed files with 28 additions and 11 deletions
|
|
@ -64,7 +64,9 @@ vim.api.nvim_create_autocmd("WinClosed", {
|
|||
group = vim.api.nvim_create_augroup("conf_fugitive_prevwin", {}),
|
||||
callback = function(args)
|
||||
local win = tonumber(args.match)
|
||||
if win == vim.api.nvim_get_current_win() and vim.bo.filetype == "fugitive" then vim.cmd.wincmd("p") end
|
||||
if win == vim.api.nvim_get_current_win() and vim.bo.filetype == "fugitive" then
|
||||
vim.cmd.wincmd("p")
|
||||
end
|
||||
end,
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue