Literally just my init.lua for nvim configuration. I'm just a nice guy and like sharing yk...
sudo apt update
sudo apt install git curl unzip nodejs npm python3 python3-pip ripgrep fzfsudo dnf install git curl unzip nodejs npm python3 python3-pip ripgrep fzfsudo pacman -S git curl unzip nodejs npm python3 python-pip ripgrep fzfsudo yum install git curl unzip nodejs npm python3 python3-pip ripgrep fzf(Assuming brew is installed)
brew install git curl unzip node python ripgrep fzfbrew install nvimsudo apt install neovimsudo dnf install neovimsudo pacman -S neovimsudo yum install epel-release
sudo yum install neovimnpm install -g neovim
pip3 install pynvimClone the configuration:
git clone https://github.com/manitofigh/nvim.git ~/.config/nvim- Open Neovim:
nvim - Wait for plugins to install
- Restart Neovim
I'd personally give up and use VSCode on Windows, but in case a future friend decided to start with my conf on their win machine:
Windows setup may differ and some plugins might not work as expected. You are probably better off using cygwin and some package manager for windows like scoop or chocolatey.