{"id":17727753,"url":"https://github.com/samk-dev/neovim-config","last_synced_at":"2026-05-19T14:38:08.009Z","repository":{"id":182164974,"uuid":"668046057","full_name":"samk-dev/neovim-config","owner":"samk-dev","description":"Minimal config for Neovim based on Lazyvim","archived":false,"fork":false,"pushed_at":"2023-08-11T17:35:51.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-20T09:40:14.279Z","etag":null,"topics":["nvim","nvim-configs"],"latest_commit_sha":null,"homepage":"","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/samk-dev.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}},"created_at":"2023-07-18T22:37:10.000Z","updated_at":"2023-07-18T23:01:55.000Z","dependencies_parsed_at":"2024-10-25T23:28:12.909Z","dependency_job_id":"1575e344-1e77-458c-8dd7-f7ec299954fc","html_url":"https://github.com/samk-dev/neovim-config","commit_stats":null,"previous_names":["samk-dev/neovim-config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samk-dev/neovim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fneovim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fneovim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fneovim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fneovim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samk-dev","download_url":"https://codeload.github.com/samk-dev/neovim-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fneovim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33220282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T07:54:09.561Z","status":"ssl_error","status_checked_at":"2026-05-19T07:54:08.508Z","response_time":58,"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":["nvim","nvim-configs"],"created_at":"2024-10-25T18:22:23.375Z","updated_at":"2026-05-19T14:38:07.986Z","avatar_url":"https://github.com/samk-dev.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim config\n\nMinimal config for `nvim` based on [Lazyvim](https://www.lazyvim.org).\n\n## What's Included?\n\nBesides Lazyvim plugins it adds support for:\n\n- Typescript\n- Eslint\n- Prettier\n- Volar `VueJS \u0026\u0026 Nuxt`\n- Tailwindcss\n- Bash\n- Ngnix\n- Docker\n- Docker Compose\n- Poimandres Theme\n\nTODO: Add support for\n\n[] Svelte\n[] Go\n[] PHP\n[] Python\n\n## System Requirements\n\n- Neovim \u003e= **0.8.0** (needs to be built with **LuaJIT**)\n- Git \u003e= **2.19.0** (for partial clones support)\n- a [Nerd Font](https://www.nerdfonts.com/)(v3.0 or greater) **_(optional, but needed to display some icons)_**\n- [lazygit](https://github.com/jesseduffield/lazygit) **_(optional)_**\n- a **C** compiler for `nvim-treesitter`. See [here](https://github.com/nvim-treesitter/nvim-treesitter#requirements)\n- for [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) **_(optional)_**\n  - **live grep**: [ripgrep](https://github.com/BurntSushi/ripgrep)\n  - **find files**: [fd](https://github.com/sharkdp/fd)\n- a terminal that support true color and _undercurl_:\n  - [kitty](https://github.com/kovidgoyal/kitty) **_(Linux \u0026 Macos)_**\n  - [wezterm](https://github.com/wez/wezterm) **_(Linux, Macos \u0026 Windows)_**\n  - [alacritty](https://github.com/alacritty/alacritty) **_(Linux, Macos \u0026 Windows)_**\n  - [iterm2](https://iterm2.com/) **_(Macos)_**\n\nFor Mac users install your favorite font using `Homebrew or Font Book` then:\n\n```bash\nbrew install lazygit tree-sitter ripgrep fd\n```\n\n## Installation\n\n```bash\n# required\nmv ~/.config/nvim ~/.config/nvim.bak\n\n# optional but recommended\nmv ~/.local/share/nvim ~/.local/share/nvim.bak\nmv ~/.local/state/nvim ~/.local/state/nvim.bak\nmv ~/.cache/nvim ~/.cache/nvim.bak\n\n# Clone this config\ngit clone https://github.com/samk-dev/neovim-config ~/.config/nvim\n\n# Start Neovim\nnvim\n```\n\n### Screenshots\n\n[![Dashboard.png](https://i.postimg.cc/xTw0RwZz/Dashboard.png)](https://postimg.cc/LnVK4b29)\n[![Autocomplete.png](https://i.postimg.cc/63pwqt8D/Autocomplete.png)](https://postimg.cc/R3y2brQR)\n[![Linting.png](https://i.postimg.cc/tgy90hpR/Linting.png)](https://postimg.cc/G4MWGT46)\n[![Linting-Inside-Vue-files.png](https://i.postimg.cc/vHgY5Y0y/Linting-Inside-Vue-files.png)](https://postimg.cc/XpW6bbM1)\n[![Syntax-highlighting-for-Vue-SFC.png](https://i.postimg.cc/jSyRk8Vk/Syntax-highlighting-for-Vue-SFC.png)](https://postimg.cc/bZNXZ9wQ)\n\n### Contribution\n\nAny improvements to the setup is welcome via PR\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamk-dev%2Fneovim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamk-dev%2Fneovim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamk-dev%2Fneovim-config/lists"}