Skip to content

Farooq-azam-khan/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

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 the alias command
  1. install packer from https://github.com/wbthomason/packer.nvim
  2. 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
  1. type :so in the vim file to source packer deps
  2. :PackerInstall in the file
  3. rm -r ~/.config/nvim delete file
  4. git clone https://github.com/Farooq-azam-khan/nvim-config.git ~/.config/nvim
  5. :so, :PackerSync in the same file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published