Skip to content

Commit 7a5c944

Browse files
committed
ci: almost forgot about the main reason for this PR, haha
1 parent 4890bd0 commit 7a5c944

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/align_spaces.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ local function align_table()
77
vim.cmd "norm! }2k"
88
local to = vim.api.nvim_win_get_cursor(0)[1]
99
local lines = vim.api.nvim_buf_get_lines(0, from, to, true)
10+
table.sort(lines)
1011

1112
-- https://github.com/echasnovski/mini.align/blob/main/lua/mini/align.lua#L633C9-L640C8
1213
local aligned_lines = MiniAlign.align_strings(lines, {

0 commit comments

Comments
 (0)