{"id":13527362,"url":"https://github.com/StratOS-Linux/StratVIM","last_synced_at":"2025-04-01T09:31:27.718Z","repository":{"id":200660365,"uuid":"699648979","full_name":"StratOS-Linux/StratVIM","owner":"StratOS-Linux","description":"An opinionated Neovim distribution made for StratOS Linux","archived":false,"fork":false,"pushed_at":"2024-12-29T13:04:02.000Z","size":260,"stargazers_count":13,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-29T14:18:21.742Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"https://stratos-linux.org/tools/stratvim/01-introduction/","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/StratOS-Linux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2023-10-03T03:57:37.000Z","updated_at":"2024-12-29T13:04:06.000Z","dependencies_parsed_at":"2023-11-12T13:26:14.719Z","dependency_job_id":"ff8ae8cc-341b-4a16-99fe-e9ada652c35f","html_url":"https://github.com/StratOS-Linux/StratVIM","commit_stats":null,"previous_names":["lugvitc/lugos-nvim-config","lugvitc/lugvim","stratos-linux/stratvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StratOS-Linux%2FStratVIM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StratOS-Linux%2FStratVIM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StratOS-Linux%2FStratVIM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StratOS-Linux%2FStratVIM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StratOS-Linux","download_url":"https://codeload.github.com/StratOS-Linux/StratVIM/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246616105,"owners_count":20806057,"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":["hacktoberfest"],"created_at":"2024-08-01T06:01:46.419Z","updated_at":"2025-04-01T09:31:27.706Z","avatar_url":"https://github.com/StratOS-Linux.png","language":"Lua","readme":"\u003cp align='center'\u003e\n\u003c!-- Put the new logo of StratOS here --\u003e\n    \u003ca href=\"https://github.com/StratOS-Linux/StratVIM/stargazers\"\u003e\u003cimg src='https://img.shields.io/github/stars/StratOS-Linux/StratVIM?colorA=1d2021\u0026colorB=5e81ac\u0026style=for-the-badge'/\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/StratOS-Linux/StratVIM/graphs/contributors\"\u003e\u003cimg src='https://img.shields.io/github/contributors/StratOS-Linux/StratVIM?colorA=1d2021\u0026colorB=5e81ac\u0026style=for-the-badge'/\u003e\u003c/a\u003e\n    \u003ca href='https://github.com/StratOS-Linux/StratVIM/issues'\u003e\u003cimg src='https://img.shields.io/github/issues/StratOS-Linux/StratVIM?colorA=1d2021\u0026colorB=5e81ac\u0026style=for-the-badge'/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# StratVIM\n\n## Screenshots\n\n### Dashboard\n\u003cimg src=\"images/STRATVIM.png\"\u003e\n\n## About\n\n- This repo contains STRATVIM, the nvim config for StratOS.\n\n- Meant for use in [StratOS](https://github.com/StratOS-Linux/LUG_custom_distro)\n\n- For further info on how to contribute to this project,refer to [CONTRIBUTING.md](CONTRIBUTING.md)\n\n\n\n## Features\n\n- Theme switching using [telescope-themes](https://github.com/andrew-george/telescope-themes)\n\n- Lazy loaded using [lazy.nvim](https://github.com/folke/lazy.nvim)\n\n- Git management via [lazygit.nvim](https://github.com/kdheepak/lazygit.nvim)\n\n- Dashboard made using [dashboard.nvim](https://github.com/nvimdev/dashboard-nvim)\n\n- Terminal support in nvim using [toggleterm.nvim](https://github.com/akinsho/toggleterm.nvim)\n\n- Customized cmdline using [noice.nvim](https://github.com/folke/noice.nvim) \n\n- LSP support\n\n- And much more !\n\n## Installation\n\n- ### Download neovim(version 0.7 or above) and npm\n*For Ubuntu (Version 22.10 or above)*\n\n```bash\nsudo apt install npm neovim xclip\n```\n*For Ubuntu (below version 22.10) and Debian*\n\n```bash\nsudo add-apt-repository ppa:neovim-ppa/unstable -y\nsudo apt update\nsudo apt install npm neovim xclip\n```\n*For Fedora*\n```bash\nsudo dnf install npm neovim xclip\n```\n\n*For Arch*\n```bash\nsudo pacman -S npm neovim xclip lazygit\n```\n- ### Download lazygit (Fedora and Ubuntu)\n\n```bash\nLAZYGIT_VERSION=$(curl -s \"https://api.github.com/repos/jesseduffield/lazygit/releases/latest\" | grep -Po '\"tag_name\": \"v\\K[^\"]*')\ncurl -Lo lazygit.tar.gz \"https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz\"\ntar xf lazygit.tar.gz lazygit\nsudo install lazygit /usr/local/bin\n```\n\n- ### Clone this git repository to the .config folder\n\n```bash\ngit clone https://github.com/StratOS-Linux/StratVIM.git ~/.config/nvim\n```\n- ### Start neovim\n\n```bash\nnvim\n```\n\n- ### Install pywal (optional, for using [pywal16.nvim](https://github.com/uZer/pywal16.nvim))\n\n    - **Via pip :** \n    ```bash\n        pip install pywal\n   ```\n   - **For Arch Linux :**\n   ```bash\n       sudo pacman -S python-pywal\n   ```\n\n- ### Enjoy !\n","funding_links":[],"categories":["Preconfigured Configuration"],"sub_categories":["Automation"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStratOS-Linux%2FStratVIM","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FStratOS-Linux%2FStratVIM","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStratOS-Linux%2FStratVIM/lists"}