Skip to content

ahmad-ibra/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-config

My current .config/nvim setup.

Based on this video and this accompanying repo by ThePrimeagen.

Prerequisits

  1. Install ripgrep

  2. Setup Packer

  • Install Packer by running this:
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

Setup

The easiest way to set this up on a new computer is to clone the repo into a personal directory, then create a symlink to the repo in ~/.config/. This can be done like this:

ln -s /Users/ahmad/Repos/personal/nvim-config ~/.config/nvim

Once the symlink is setup, do the following:

  1. Navigate to lua/amkia/packer.lua within ~/.config/nvim
  2. Run :so then run :PackerSync to download everything

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages