{"id":13411861,"url":"https://github.com/nyngwang/nvimgelion","last_synced_at":"2025-03-14T17:31:09.580Z","repository":{"id":155010019,"uuid":"631630807","full_name":"nyngwang/nvimgelion","owner":"nyngwang","description":"Evangelion but for Vimmers","archived":false,"fork":false,"pushed_at":"2024-03-07T06:59:26.000Z","size":18,"stargazers_count":107,"open_issues_count":3,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-31T20:49:02.706Z","etag":null,"topics":["neovim","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nyngwang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"nyngwang","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-04-23T16:21:17.000Z","updated_at":"2024-06-27T19:26:35.000Z","dependencies_parsed_at":"2024-01-03T03:29:37.339Z","dependency_job_id":"538e5098-3059-493d-8f97-1c159fe98c2c","html_url":"https://github.com/nyngwang/nvimgelion","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/nyngwang%2Fnvimgelion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyngwang%2Fnvimgelion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyngwang%2Fnvimgelion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyngwang%2Fnvimgelion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nyngwang","download_url":"https://codeload.github.com/nyngwang/nvimgelion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243618672,"owners_count":20320274,"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":["neovim","vim"],"created_at":"2024-07-30T20:01:17.719Z","updated_at":"2025-03-14T17:31:09.276Z","avatar_url":"https://github.com/nyngwang.png","language":"Vim Script","funding_links":["https://ko-fi.com/nyngwang"],"categories":["Colorscheme","Vim Script"],"sub_categories":["Tree-sitter Supported Colorscheme","Markdown and LaTeX"],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Nvimgelion\n\nA (Neo)vim theme for the anime\n[Evangelion](https://en.wikipedia.org/wiki/Neon_Genesis_Evangelion).\n\n\u003c/div\u003e\n\n\n\u003cimg width=\"1995\" alt=\"Nvimgelion\" src=\"https://user-images.githubusercontent.com/24765272/233921059-aef26c9d-bf2a-4128-a917-5ed0a21e3262.png\"\u003e\n\n\n## Setup\n\nYou just `color nvimgelion` after installation.\n\n### Dependencies\n\n- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)\n\n\n### For vimmers\n\nVim-Plug\n\n```vim\ncall plug#begin()\n\" ...\nPlug 'nyngwang/nvimgelion' \" add this line.\n\" ...\ncall plug#end()\n\nset termguicolors \" this line is required.\n```\n\n### For nvimmers\n\n\n#### Vim-Plug\n\n(I forgot that nvim-treesitter only exists for neovim.)\n\n```vim\ncall plug#begin()\n\" ...\nPlug 'nyngwang/nvimgelion'\n\" ...\ncall plug#end()\n\nset termguicolors\n\n\" the following lines are required to enabled nvim-treesitter be default.\nlua \u003c\u003c EOF\nrequire'nvim-treesitter.configs'.setup {\n  highlight = { enable = true }\n}\nEOF\n```\n\n\n#### Lazy.nvim / packer.nvim\n\nadd `use` before the `{` if you're using packer.nvim.\n\n\n```lua\n{\n  'nyngwang/nvimgelion',\n  config = function ()\n    -- do whatever you want for further customization~\n  end\n}\n```\n\n### for `lukas-reineke/indent-blankline.nvim`\n\nto have the [VSCode-like context highlight](https://github.com/lukas-reineke/indent-blankline.nvim#with-context-indent-highlighted-by-treesitter) provided by indent-blankline to work properly: (I like orange, but you can change the color yourself)\n\n```lua\nvim.api.nvim_create_autocmd({ 'ColorScheme', 'FileType' }, {\n  callback = function ()\n    vim.cmd([[\n      hi IndentBlanklineChar gui=nocombine guifg=#444C55\n      hi IndentBlanklineSpaceChar gui=nocombine guifg=#444C55\n      hi IndentBlanklineContextChar gui=nocombine guifg=#FB5E2A\n      hi IndentBlanklineContextStart gui=underline guisp=#FB5E2A\n    ]])\n  end,\n})\n```\n\n\u003cimg src=\"https://user-images.githubusercontent.com/24765272/234414708-ef6fe762-a4c1-492a-86e8-49e81687e286.png\" width=\"400\"\u003e\n\n## TODO\n\n- [ ] Check for redundant highlight group(s), if any.\n- [ ] Extract plugin highlight groups.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnyngwang%2Fnvimgelion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnyngwang%2Fnvimgelion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnyngwang%2Fnvimgelion/lists"}