add lualine plugin

This commit is contained in:
2026-06-25 02:45:04 +02:00
parent 7c428386d8
commit 3b707ada11
6 changed files with 173 additions and 6 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ local function smart_buffer_switch(current)
local current_index = nil
for index, buffer in ipairs(buffers) do
if buffer.bufnr == current then
current_index = i
current_index = index
break
end
end