{"id":19674652,"url":"https://github.com/daedlock/cryptoline.nvim","last_synced_at":"2025-04-29T02:30:24.323Z","repository":{"id":174739928,"uuid":"652714289","full_name":"daedlock/cryptoline.nvim","owner":"daedlock","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-21T22:08:42.000Z","size":1541,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T12:33:10.608Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/daedlock.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}},"created_at":"2023-06-12T16:34:49.000Z","updated_at":"2023-07-02T18:58:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"afab07a8-90bc-4d00-bb02-e9e1783af67b","html_url":"https://github.com/daedlock/cryptoline.nvim","commit_stats":null,"previous_names":["daedlock/cryptoline.nvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daedlock%2Fcryptoline.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daedlock%2Fcryptoline.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daedlock%2Fcryptoline.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daedlock%2Fcryptoline.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daedlock","download_url":"https://codeload.github.com/daedlock/cryptoline.nvim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251420860,"owners_count":21586692,"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":[],"created_at":"2024-11-11T17:19:16.591Z","updated_at":"2025-04-29T02:30:24.022Z","avatar_url":"https://github.com/daedlock.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ecryptoline.nvim\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n🚀 Neovim plugin to show real time crypto price right into your lualine 🚀\n\u003cimg src=\"assets/screen3.png\"/\u003e\n\u003c/p\u003e\n\n\n\n\u003cbr/\u003e\n\n\n# Installation\n## Packer\n```\nuse 'daedlock/cryptoline.vim'\n```\n\n# Configuration\n## Lualine\n\nThe plugin exposes `btc_price` and `eth_price` global functions. You can use them in your lualine configuration as the below example\n```lua\nlocal cryptoline = require \"cryptoline\"\n\nrequire('lualine').setup({\n    sections = {\n        lualine_c = {\n            'filename', 'lsp_progress'\n        },\n        lualine_x = {\n            {\n                crypto_ticker.btc_price,\n                color = { bg = '#ffb86c', fg = '#4b361f', gui = 'bold' }\n            },\n            {\n                crypto_ticker.eth_price,\n                color = { bg = '#8be9fd', fg = '#365b63', gui = 'bold' }\n            },\n            {\n                'filetype'\n            }\n\n        }\n    }\n})\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaedlock%2Fcryptoline.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaedlock%2Fcryptoline.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaedlock%2Fcryptoline.nvim/lists"}