- make sure you have nvim0.9 or later (https://github.com/neovim/neovim/releases/tag/stable)
wget -O nvim-stable.deb https://github.com/neovim/neovim-releases/releases/download/stable/nvim-linux64.deb
sudo apt install ./nvim-stable.deb
- or you can install the appimage file and alias it in you
~/.bashrc
file with thealias
command
- install packer from https://github.com/wbthomason/packer.nvim
- setup the packages
mkdir -p ~/.config/nvim/lua/fak
wget -O ~/.config/nvim/lua/fak/packer.lua https://raw.githubusercontent.com/Farooq-azam-khan/nvim-config/main/lua/fak/packer.lua
vim ~/.config/nvim/lua/fak/packer.lua
- type
:so
in the vim file to source packer deps :PackerInstall
in the filerm -r ~/.config/nvim
delete filegit clone https://github.com/Farooq-azam-khan/nvim-config.git ~/.config/nvim
:so
,:PackerSync
in the same file