add lualine plugin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user