mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 09:48:51 +02:00
update
This commit is contained in:
parent
a041931db1
commit
9f8eeec635
1 changed files with 6 additions and 2 deletions
|
@ -128,6 +128,10 @@ local progress = function()
|
||||||
return chars[index]
|
return chars[index]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
local time = function()
|
||||||
|
return " " .. os.date("%R")
|
||||||
|
end
|
||||||
|
|
||||||
local spaces = function()
|
local spaces = function()
|
||||||
-- return "->| " .. vim.api.nvim_buf_get_option(0, "shiftwidth")
|
-- return "->| " .. vim.api.nvim_buf_get_option(0, "shiftwidth")
|
||||||
return icons.ui.Tab .. " " .. vim.api.nvim_buf_get_option(0, "shiftwidth")
|
return icons.ui.Tab .. " " .. vim.api.nvim_buf_get_option(0, "shiftwidth")
|
||||||
|
@ -245,12 +249,12 @@ lualine.setup({
|
||||||
lualine_a = { branch },
|
lualine_a = { branch },
|
||||||
lualine_b = { mode },
|
lualine_b = { mode },
|
||||||
lualine_c = { diagnostics, lsp_info, lsp_progress },
|
lualine_c = { diagnostics, lsp_info, lsp_progress },
|
||||||
-- lualine_c = { diagnostics, lsp_info, "lsp_progress" },
|
|
||||||
-- lualine_c = { file_name, lsp_info },
|
-- lualine_c = { file_name, lsp_info },
|
||||||
-- lualine_x = { "encoding", "fileformat", "filetype" },
|
-- lualine_x = { "encoding", "fileformat", "filetype" },
|
||||||
lualine_x = { diff, spaces, "encoding", filetype },
|
lualine_x = { diff, spaces, "encoding", filetype },
|
||||||
lualine_y = { location },
|
lualine_y = { location },
|
||||||
lualine_z = { progress },
|
--[[ lualine_z = { progress }, ]]
|
||||||
|
lualine_z = { time },
|
||||||
},
|
},
|
||||||
inactive_sections = {
|
inactive_sections = {
|
||||||
lualine_a = {},
|
lualine_a = {},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue