{"id":19137530,"url":"https://github.com/archibate/lualine-time","last_synced_at":"2025-05-06T20:13:26.021Z","repository":{"id":158171205,"uuid":"626170626","full_name":"archibate/lualine-time","owner":"archibate","description":"Time and date display extension for lualine.nvim","archived":false,"fork":false,"pushed_at":"2024-03-04T06:19:15.000Z","size":20,"stargazers_count":19,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-19T14:57:47.370Z","etag":null,"topics":["lualine","lualine-components","neovim","neovim-lua-plugin","neovim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/archibate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-11T00:09:27.000Z","updated_at":"2025-03-27T12:04:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef390a43-e550-4c72-a0cf-5e36aef96759","html_url":"https://github.com/archibate/lualine-time","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archibate%2Flualine-time","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archibate%2Flualine-time/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archibate%2Flualine-time/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archibate%2Flualine-time/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/archibate","download_url":"https://codeload.github.com/archibate/lualine-time/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252761237,"owners_count":21800127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lualine","lualine-components","neovim","neovim-lua-plugin","neovim-plugin"],"created_at":"2024-11-09T06:38:40.158Z","updated_at":"2025-05-06T20:13:25.978Z","avatar_url":"https://github.com/archibate.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lualine-time\n\nTime and date display extension for [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim)\n\n## Why??\n\nI always forgot to attend course in collegue while happy programming at dormitory. So I made this plugin to always remind me the current time.\n\n## Screenshot\n\n![lualine-time](screenshot.png)\n\n## Use\n\nAdd the component ctime or cdate to one of your lualine sections.\n\n```lua\nrequire'lualine'.setup {\n\t...\n\tsections = {\n\t\tlualine_x = {\n\t\t\t'cdate',\n\t\t\t'ctime',\n\t\t\t...\n\t\t}\n\t}\n}\n```\n\n## Installation\n\n### [vim-plug](https://github.com/junegunn/vim-plug)\n\n```lua\nPlug 'archibate/lualine-time'\n```\n\n### [packer.nvim](https://github.com/wbthomason/packer.nvim)\n\n```lua\nuse 'archibate/lualine-time'\n```\n\n## Example configuration\n\n```lua\nuse {\n    'nvim-lualine/lualine.nvim',\n    'archibate/lualine-time',\n    requires = { 'kyazdani42/nvim-web-devicons', opt = true },\n    config = function()\n    require'lualine'.setup {\n        options = {\n            theme = 'auto',\n        },\n        sections = {\n            lualine_a = {'mode'},\n            lualine_b = {'branch', 'diff', 'diagnostics'},\n            lualine_c = {'filename'},\n            lualine_x = {'ctime'},\n            lualine_y = {'progress'},\n            lualine_z = {'location'},\n        },\n        inactive_sections = {\n            lualine_a = {},\n            lualine_b = {},\n            lualine_c = {'filename'},\n            lualine_x = {'location'},\n            lualine_y = {},\n            lualine_z = {},\n        },\n        tabline = {},\n        winbar = {},\n        inactive_winbar = {},\n        extensions = {}\n    }\n    end,\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchibate%2Flualine-time","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchibate%2Flualine-time","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchibate%2Flualine-time/lists"}