{"id":19659992,"url":"https://github.com/samyak2/nvim-config","last_synced_at":"2025-08-13T22:08:43.457Z","repository":{"id":40474570,"uuid":"368537506","full_name":"Samyak2/nvim-config","owner":"Samyak2","description":"My \"custom\" neovim config written in Lua. Inspired by LunarVim and others.","archived":false,"fork":false,"pushed_at":"2025-07-20T18:02:42.000Z","size":352,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-21T18:58:13.654Z","etag":null,"topics":["lua","neovim","vim"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/Samyak2.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":"2021-05-18T13:19:57.000Z","updated_at":"2025-07-20T18:02:45.000Z","dependencies_parsed_at":"2023-02-09T16:30:25.361Z","dependency_job_id":"d994c4f9-f72b-4387-ab06-cbbf0bc32aab","html_url":"https://github.com/Samyak2/nvim-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Samyak2/nvim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samyak2%2Fnvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samyak2%2Fnvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samyak2%2Fnvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samyak2%2Fnvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Samyak2","download_url":"https://codeload.github.com/Samyak2/nvim-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samyak2%2Fnvim-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270324246,"owners_count":24564836,"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","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["lua","neovim","vim"],"created_at":"2024-11-11T15:44:55.932Z","updated_at":"2025-08-13T22:08:43.345Z","avatar_url":"https://github.com/Samyak2.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim configuration files\n\nMy custom neovim configuration written in (mostly) lua.\n\n## Requirements\n\n - neovim v0.11 (untested on other versions, might work)\n - [ripgrep](https://github.com/BurntSushi/ripgrep#installation)\n    - for snacks picker fuzzy finding in files\n - `go` (\u003e=1.16)\n    - to install [`efm`](https://github.com/mattn/efm-langserver) which provides linting and formatting for many languages\n - `gcc`\n    - to build treesitter parsers\n    - only needed when the treesitter plugin is installed/updated\n    - If you use nix, see `shell.nix` that includes dependencies for this\n - (optional) `yarn`\n    - to install [iamcco/markdown-preview.nvim](https://github.com/iamcco/markdown-preview.nvim)\n    - delete `lua/plugins/markdown_plugins.lua` if you don't need this\n\n\n## Usage\n\n- Plugins\n    - See [Lazy.nvim](https://github.com/folke/lazy.nvim?tab=readme-ov-file#-usage)\n    - Use `:Lazy sync` to update plugins\n- LSP\n    - After opening a file you want LSP support for, run `:LspInstall` and select the server you want installed. Restart neovim after it completes. This uses [mason-lspconfig.nvim](https://github.com/williamboman/mason-lspconfig.nvim)\n    - See `lua/lsp/init.lua` for keybinds set for LSP stuff\n\n## Code structure\n\nAll lua files are formatted using stylua.\n\n - `init.lua`: main file which Neovim loads\n - `vimscript`: legacy vimscript stuff that could not be ported over to Lua\n - `lua`\n    - `plugins/`\n        - If you don't want/need some of them, simply delete those files\n    - `lsps.lua` and `lsp/`\n    - `misc.lua`: other configurations such as line numbers, splits, tabs, whitespaces, colorschemes, etc.\n    - Other files are plugin-specific configurations. I should probably move them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamyak2%2Fnvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamyak2%2Fnvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamyak2%2Fnvim-config/lists"}