Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Stocker authored and Jan Stocker committed Oct 17, 2024
1 parent 2a1f279 commit 601ea46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/kulala/ui/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ end
local open_buffer = function()
local prev_win = vim.api.nvim_get_current_win()
local sd = CONFIG.get().split_direction == "vertical" and "vsplit" or "split"
vim.cmd("keepalt ".. sd .. " " .. GLOBALS.UI_ID)
vim.cmd("keepalt " .. sd .. " " .. GLOBALS.UI_ID)
if CONFIG.get().winbar then
WINBAR.create_winbar(get_win())
end
Expand Down

0 comments on commit 601ea46

Please sign in to comment.