{"id":13413116,"url":"https://github.com/VapourNvim/VapourNvim","last_synced_at":"2025-03-14T19:31:35.710Z","repository":{"id":39612468,"uuid":"348391430","full_name":"VapourNvim/VapourNvim","owner":"VapourNvim","description":"A NeoVim config for THE ULTIMATE vim IDE-like experience.","archived":false,"fork":false,"pushed_at":"2023-03-31T13:31:35.000Z","size":3809,"stargazers_count":524,"open_issues_count":17,"forks_count":55,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-05-23T00:17:05.064Z","etag":null,"topics":["ide","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VapourNvim.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}},"created_at":"2021-03-16T15:05:56.000Z","updated_at":"2024-05-07T11:52:03.000Z","dependencies_parsed_at":"2024-01-03T03:35:44.280Z","dependency_job_id":"2692ce9c-7952-4613-a8fd-158e82207d3e","html_url":"https://github.com/VapourNvim/VapourNvim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VapourNvim%2FVapourNvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VapourNvim%2FVapourNvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VapourNvim%2FVapourNvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VapourNvim%2FVapourNvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VapourNvim","download_url":"https://codeload.github.com/VapourNvim/VapourNvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221498721,"owners_count":16833053,"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","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":["ide","lua","neovim","vim"],"created_at":"2024-07-30T20:01:33.709Z","updated_at":"2024-10-26T05:30:22.851Z","avatar_url":"https://github.com/VapourNvim.png","language":"Lua","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003eVapourNvim\u003c/h1\u003e \n\t\u003ca href=\"https://github.com/hackorum/VapourNvim/#features\"\u003e✨ Features\u003c/a\u003e\n  \u003cspan\u003e • \u003c/span\u003e\n\t\u003ca href=\"https://github.com/hackorum/VapourNvim/#installation\"\u003e📦 Installation\u003c/a\u003e\n  \u003cspan\u003e • \u003c/span\u003e\n\t\u003ca href=\"https://github.com/hackorum/VapourNvim/wiki\"\u003e📚 Wiki\u003c/a\u003e\n  \u003cspan\u003e • \u003c/span\u003e\n\t\u003ca href=\"https://github.com/hackorum/VapourNvim/wiki/Screenshots\"\u003e📷 Screenshots\u003c/a\u003e\n  \u003cp\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n\n![VapourNvim Image](https://raw.githubusercontent.com/VapourNvim/VapourNvim/main/assets/screenshot.png)\n\n## Introduction\n\nThe goal of this project is to simply *get work done* quickly.\n\nThis project is built to be:\n* **Functional**. The core of an ideal IDE is functionality. If there is anything you want to add, please consider contributing\n* **Minimal**. VapourNvim gives you what you need. Not too much, not too less.\n* **Fast**. VapourNvim loads as smooth as butter with an optimum amount of plugins and lazy loading.\n* **Easy to Configure**. If there's anything extra that you want to add or something you'd like to tweak, VapourNvim has an awesome [configuration system](https://github.com/hackorum/VapourNvim/wiki/User-Configuration) built in. \n\n## Features\n\n* Easy to install and use\n* Written in an efficient programming language\n* Extensible package management system\n* Very elegant and clean look\n* Beautiful syntax highlighting with treesitter\n* Language support and Code Autocompletion\n* Great support for version control\n* Terminal integration\n* Efficient file navigation\n* Autoformatting\n* Awesome user configuration system\n\n\n## Requirements\n\n* [Neovim Version \u003e 0.5](https://github.com/neovim/neovim/releases/tag/v0.5.0) - Required - For lua configuration\n* [NodeJS](https://nodejs.org) - Required - For LSP\n* [Lazygit](https://github.com/jesseduffield/lazygit) - Optional - For git integration\n* [RipGrep](https://github.com/BurntSushi/ripgrep) - Optional - For telescope live grep\n\n## Installation\n\nMake sure you have curl and bash installed before you run this script.\n\n```bash\ncurl -s https://raw.githubusercontent.com/VapourNvim/VapourNvim/main/install.sh | bash -s\n```\n\n## Manual Installation\n```\ngit clone https://github.com/VapourNvim/VapourNvim ~/.config/nvim\nnvim +PackerSync\n```\n\n## After Installation\nYou almost certainly want to add some plugins of your own. You can do it by making your own [config file](https://github.com/hackorum/VapourNvim/wiki/User-Configuration)\nPlease read the [wiki](https://github.com/VapourNvim/VapourNvim/wiki) for [Keybindings](https://github.com/hackorum/VapourNvim/wiki/Keybindings), [Language Servers](https://github.com/hackorum/VapourNvim/wiki/Language-Servers), [Plugins](https://github.com/hackorum/VapourNvim/wiki/Plugins) and [Screenshots](https://github.com/hackorum/VapourNvim/wiki/Screenshots).\nAfter making VapourNvim your own, consider posting some screenshots [here](https://github.com/hackorum/VapourNvim/issues/20).\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\nThis project is licensed under the GPL-3.0 license.\n","funding_links":[],"categories":["Preconfigured Configuration"],"sub_categories":["Competitive Programming"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVapourNvim%2FVapourNvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FVapourNvim%2FVapourNvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVapourNvim%2FVapourNvim/lists"}