{"id":49424539,"url":"https://github.com/barisatay0/typenvim","last_synced_at":"2026-04-29T08:34:49.295Z","repository":{"id":304319232,"uuid":"1017604784","full_name":"barisatay0/typenvim","owner":"barisatay0","description":"High-performance, Neovim configuration built for speed. Optimized for TypeScript \u0026 Web Dev with Lazy.nvim, native LSP, and direct-access testing.","archived":false,"fork":false,"pushed_at":"2026-04-03T11:23:26.000Z","size":197,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-03T16:31:25.828Z","etag":null,"topics":["lsp","lsp-config","lua","nvim","nvim-config","nvim-configs","nvim-configuration","nvim-lua","nvim-plugin","typescript","vim","vim-configuration"],"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/barisatay0.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-10T19:51:10.000Z","updated_at":"2026-04-03T11:23:29.000Z","dependencies_parsed_at":"2026-02-25T21:05:03.697Z","dependency_job_id":null,"html_url":"https://github.com/barisatay0/typenvim","commit_stats":null,"previous_names":["barisatay0/nvim-typescript-starter","barisatay0/nvim-typescript-config","barisatay0/typenvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/barisatay0/typenvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barisatay0%2Ftypenvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barisatay0%2Ftypenvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barisatay0%2Ftypenvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barisatay0%2Ftypenvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barisatay0","download_url":"https://codeload.github.com/barisatay0/typenvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barisatay0%2Ftypenvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32417987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["lsp","lsp-config","lua","nvim","nvim-config","nvim-configs","nvim-configuration","nvim-lua","nvim-plugin","typescript","vim","vim-configuration"],"created_at":"2026-04-29T08:34:48.595Z","updated_at":"2026-04-29T08:34:49.286Z","avatar_url":"https://github.com/barisatay0.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./typenvim.png\" alt=\"Typenvim Logo\" width=\"300\" /\u003e\n\u003c/p\u003e\n\n\n# TypeNvim\n\nA highly optimized, modular Neovim configuration built for speed and muscle memory.\n* **Tests:** Mapped directly to `t` prefix (overriding standard 'till' motion).\n* **Search:** Mapped to `Ctrl` keys.\n* **LSP:** Mapped to native `g` and `[` keys.\n* **Git/Misc:** Uses the Leader.\n\n![Neovim](https://img.shields.io/badge/Neovim-v0.9+-57A143?style=for-the-badge\u0026logo=neovim\u0026logoColor=white)\n![Lua](https://img.shields.io/badge/Lua-Config-blue?style=for-the-badge\u0026logo=lua\u0026logoColor=white)\n\n\u003cimg width=\"938\" height=\"944\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/02239969-fd68-447d-a103-897125ce0926\" /\u003e\n\n## Prerequisites\n\nEnsure you have the following installed on your system:\n\n* **Neovim** (\u003e= 0.9.0)\n* **Git**\n* **C Compiler (gcc/clang)** (Required for Treesitter parsers)\n* **Ripgrep** (Required for Telescope `live_grep`)\n* **Node.js \u0026 npm** (Required for Mason/LSP servers)\n* **Nerd Font** (Required for icons)\n\n## Installation\n\n1.  **Backup your existing config:**\n    ```bash\n    mv ~/.config/nvim ~/.config/nvim.bak\n    ```\n\n2.  **Clone this repository:**\n    ```bash\n    git clone git@github.com:barisatay0/typenvim.git ~/.config/nvim\n    ```\n\n3.  **Start Neovim:**\n    ```bash\n    nvim\n    ```\n    *Lazy.nvim will automatically bootstrap and install all plugins on the first launch.*\n\n# Keymaps (Cheat Sheet)\n\n\n### Testing (Direct `t` Prefix)\n*Fastest possible access. Overrides standard `t` (till) motion.*\n\n| Key | Action | Description |\n| :--- | :--- | :--- |\n| `tr` | **Run Nearest** | Run the test under cursor |\n| `tf` | **Run File** | Run all tests in current file |\n| `to` | **Output** | Open test output panel |\n| `ts` | **Summary** | Toggle test summary sidebar |\n\n### Navigation \u0026 Search (Control Keys)\n*Fast access without mode switching.*\n\n\u003cimg width=\"938\" height=\"949\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/5dc46547-1619-4e2d-90b4-7d9e4684ee24\" /\u003e\n\n####\n| Key | Action | Description |\n| :--- | :--- | :--- |\n| `\u003cC-p\u003e` | **Find Files** | Fuzzy find files (Telescope) |\n| `\u003cC-g\u003e` | **Live Grep** | Search text across project |\n| `\u003cC-b\u003e` | **Buffers** | Switch open buffers |\n\n### LSP \u0026 Code Intelligence (Native Style)\n*Uses Vim's native `g` and `[` keys.*\n\n\u003cimg width=\"938\" height=\"949\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/891fd134-5fb9-4bdd-a04e-7d9efd10b528\" /\u003e\n\n#### \n| Key | Action | Description |\n| :--- | :--- | :--- |\n| `K` | **Hover** | Show documentation under cursor |\n| `gd` | **Go Definition** | Jump to definition |\n| `gr` | **Go References** | Find references (Telescope) |\n| `gl` | **Line Diagnostic** | Show error/warning window |\n| `[d` | **Prev Diagnostic** | Jump to previous error |\n| `]d` | **Next Diagnostic** | Jump to next error |\n| `\u003cC-Space\u003e`| **Completion** | Trigger auto-completion manually |\n\n### Git \u0026 Misc\n*Uses the Leader.*\n\n| Key | Action | Description |\n| :--- | :--- | :--- |\n| `\\gb` | **Git Branches** | Switch git branches |\n| `\\gc` | **Git Commits** | Browse commit history |\n| `\\fh` | **Find Help** | Search help tags |\n\n## Plugin Structure\n\nThe configuration follows a modern `lazy.nvim` spec structure:\n\n```text\nlua/\n├── config/\n│   ├── keymaps.lua    # Custom keybindings\n│   ├── options.lua    # vim.opt settings\n│   └── lazy.lua       # Plugin manager bootstrap\n└── plugins/\n    ├── lsp.lua        # Mason, LSPConfig, CMP, Conform\n    ├── editor.lua     # Telescope, Treesitter, Gitsigns\n    ├── ui.lua         # Colorscheme, Lualine, IndentBlankline\n    └── test.lua       # Neotest \u0026 Adapters\n```\n\n### Troubleshooting\n\nIf you encounter issues with Treesitter or LSP :\n\n* Update Plugins: :Lazy update\n* Update Parsers: :TSUpdate\n* Check Health: :checkhealth\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarisatay0%2Ftypenvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarisatay0%2Ftypenvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarisatay0%2Ftypenvim/lists"}