{"id":24291613,"url":"https://github.com/sh7ven/kiss.nvim","last_synced_at":"2026-03-05T06:01:14.330Z","repository":{"id":257650092,"uuid":"843776661","full_name":"sh7ven/kiss.nvim","owner":"sh7ven","description":"A minimal, bare-bones Neovim configuration based on the KISS principle.","archived":false,"fork":false,"pushed_at":"2025-08-16T20:05:22.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-16T22:06:09.729Z","etag":null,"topics":["config","lua","neovim","neovim-configuration","nvim"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sh7ven.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}},"created_at":"2024-08-17T11:40:21.000Z","updated_at":"2025-08-16T20:05:26.000Z","dependencies_parsed_at":"2024-09-17T23:32:09.609Z","dependency_job_id":"5b1e8311-15f6-4c9d-a205-bab6c69aa2ab","html_url":"https://github.com/sh7ven/kiss.nvim","commit_stats":null,"previous_names":["shivenkashyapp/kiss.nvim","thesvn/kiss.nvim","sh7ven/kiss.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sh7ven/kiss.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh7ven%2Fkiss.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh7ven%2Fkiss.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh7ven%2Fkiss.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh7ven%2Fkiss.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sh7ven","download_url":"https://codeload.github.com/sh7ven/kiss.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh7ven%2Fkiss.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30111779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"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":["config","lua","neovim","neovim-configuration","nvim"],"created_at":"2025-01-16T14:47:54.893Z","updated_at":"2026-03-05T06:01:14.305Z","avatar_url":"https://github.com/sh7ven.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kiss.nvim\nA minimal, bare-bones Neovim configuration based on the [KISS principle](https://en.wikipedia.org/wiki/KISS_principle).\n\n# Installation\n```bash\n$ git clone https://github.com/sh7ven/kiss.nvim \"${XDG_CONFIG_HOME:-$HOME/.config}\"/nvim\n```\n\nThis should work across most Linux flavors. Just in case, verify if the value of:\n```bash\n$ echo \"${XDG_CONFIG_HOME:-$HOME/.config}/nvim\"\n```\n\nmatches with (run from within Neovim):\n```lua\n:echo stdpath(\"config\")\n```\n  \n# Plugins\n- [Lazy](https://lazy.folke.io/)\n- [Treesitter](https://github.com/nvim-treesitter/nvim-treesitter)\n- [LSP](https://github.com/neovim/nvim-lspconfig)\n- [Gruvbox](https://github.com/ellisonleao/gruvbox.nvim)\n  \n\n# Python\nIn most modern Linux distributions, `pip` can no longer manage system-wide libraries, and it is advised to either use a virtual environment or download \ndistro-specific packages.\n\nYou can pass the path to a Python binary in a virtual environment, to the `pythonPath` variable under `pyright` setup in `lua/username/lazy/lsp.lua`.\n```lua\npython = {\n    pythonPath = \"/home/user/Venv/bin/python\"\n}\n```\nThis is just an example for Pyright. If you opt to choose a different LSP for Python,\nplease read through plugin settings for that LSP.\n\n# Extending / Customizing\n`username` is just a placeholder directory for one specific configuration. If you want to \nexperiment with your own config without having to re-clone again and again, just make a new directory like `custom`.\nBe creative! I have a config of my own name, and one called 'Caravan' (Whiplash reference).\n\nTo use a particular configuration, edit `config/nvim/init.lua`:\n```lua\nrequire('custom_config')\n```\n\n# License\n[GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html). Simply put, do whatever you want with this code, there are no restrictions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh7ven%2Fkiss.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsh7ven%2Fkiss.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh7ven%2Fkiss.nvim/lists"}