{"id":48442292,"url":"https://github.com/disk0dancer/nvim","last_synced_at":"2026-04-06T16:03:33.576Z","repository":{"id":345568676,"uuid":"1186458625","full_name":"disk0Dancer/nvim","owner":"disk0Dancer","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-19T16:59:18.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-20T08:55:51.702Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/disk0Dancer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-19T16:40:01.000Z","updated_at":"2026-03-19T16:59:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/disk0Dancer/nvim","commit_stats":null,"previous_names":["disk0dancer/nvim"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/disk0Dancer/nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disk0Dancer%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disk0Dancer%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disk0Dancer%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disk0Dancer%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/disk0Dancer","download_url":"https://codeload.github.com/disk0Dancer/nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disk0Dancer%2Fnvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31479009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T14:34:32.243Z","status":"ssl_error","status_checked_at":"2026-04-06T14:34:31.723Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-04-06T16:02:40.763Z","updated_at":"2026-04-06T16:03:33.561Z","avatar_url":"https://github.com/disk0Dancer.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# disk0Dancer nvim\n\nPersonal Neovim setup based on [LazyVim](https://github.com/LazyVim/LazyVim).\n\n## Install In One Command (macOS)\n\nThe command below:\n- installs Homebrew if missing\n- installs all required tools via `brew` (including `lazygit` and `lazydocker`)\n- backs up old `~/.config/nvim`\n- clones this config\n\n```bash\n/bin/bash -c 'set -euo pipefail\nif ! command -v brew \u003e/dev/null 2\u003e\u00261; then\n  NONINTERACTIVE=1 /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\nfi\nif [ -x /opt/homebrew/bin/brew ]; then\n  eval \"$(/opt/homebrew/bin/brew shellenv)\"\nelif [ -x /usr/local/bin/brew ]; then\n  eval \"$(/usr/local/bin/brew shellenv)\"\nfi\nbrew update\nbrew install neovim git ripgrep fd fzf lazygit lazydocker tmux uv go node python@3.12\nmkdir -p ~/.config\nif [ -d ~/.config/nvim ]; then\n  mv ~/.config/nvim ~/.config/nvim.bak.$(date +%Y%m%d-%H%M%S)\nfi\ngit clone https://github.com/disk0Dancer/nvim.git ~/.config/nvim\necho \"Done. Start Neovim with: nvim\"\n'\n```\n\n## First Start\n\nAfter install:\n- open `nvim`\n- run `:Lazy sync`\n- run `:checkhealth`\n\n## tmux Colors and Clipboard\n\nIf you use tmux, add this to `~/.tmux.conf`:\n\n```tmux\nset -g default-terminal \"tmux-256color\"\nset -ga terminal-overrides \",xterm-256color:Tc\"\nset -g set-clipboard on\n```\n\nReload tmux config:\n\n```bash\ntmux source-file ~/.tmux.conf\n```\n\n## UX Defaults In This Config\n\n- Theme: `tokyonight`\n- File explorer: `oil.nvim` (`\u003cleader\u003ee` and `-`)\n- Buffer tabs: `bufferline.nvim`\n- Statusline: `lualine.nvim`\n- Clipboard: `unnamedplus`\n\n## Plugins In Use\n\nFrom current `lazy-lock.json`:\n\n- `LazyVim`\n- `LuaSnip`\n- `SchemaStore.nvim`\n- `blink-copilot`\n- `blink.cmp`\n- `bufferline.nvim`\n- `catppuccin`\n- `conform.nvim`\n- `copilot.lua`\n- `flash.nvim`\n- `friendly-snippets`\n- `gitsigns.nvim`\n- `grug-far.nvim`\n- `haskell-snippets.nvim`\n- `haskell-tools.nvim`\n- `inc-rename.nvim`\n- `lazy.nvim`\n- `lazydev.nvim`\n- `lualine.nvim`\n- `mason-lspconfig.nvim`\n- `mason.nvim`\n- `mini.ai`\n- `mini.icons`\n- `mini.pairs`\n- `noice.nvim`\n- `nui.nvim`\n- `nvim-lint`\n- `nvim-lspconfig`\n- `nvim-treesitter`\n- `nvim-treesitter-textobjects`\n- `nvim-ts-autotag`\n- `nvim-web-devicons`\n- `oil.nvim`\n- `persistence.nvim`\n- `plenary.nvim`\n- `snacks.nvim`\n- `todo-comments.nvim`\n- `tokyonight.nvim`\n- `trouble.nvim`\n- `ts-comments.nvim`\n- `which-key.nvim`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisk0dancer%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdisk0dancer%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisk0dancer%2Fnvim/lists"}