StratOS-Linux / StratVIM

An opinionated Neovim distribution made for StratOS Linux
https://stratos-linux.org/tools/stratvim/01-introduction/
GNU General Public License v3.0
13 stars 6 forks source link
hacktoberfest

StratVIM

Screenshots

Dashboard

About

Features

Installation

sudo apt install npm neovim xclip

For Ubuntu (below version 22.10) and Debian

sudo add-apt-repository ppa:neovim-ppa/unstable -y
sudo apt update
sudo apt install npm neovim xclip

For Fedora

sudo dnf install npm neovim xclip

For Arch

sudo pacman -S npm neovim xclip lazygit
LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[^"]*')
curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz"
tar xf lazygit.tar.gz lazygit
sudo install lazygit /usr/local/bin
git clone https://github.com/StratOS-Linux/StratVIM.git ~/.config/nvim
nvim