Skip to content

pwshehan/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Custom Configuration | PWShehen

This repository contains a custom configuration for Neovim, created by me.

Installation

Linux

  1. Install Neovim

    curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz
    sudo rm -rf /opt/nvim
    sudo tar -C /opt -xzf nvim-linux64.tar.gz

    Then add this to your shell config (~/.bashrc, ~/.zshrc, ...):

    export PATH="$PATH:/opt/nvim-linux64/bin"
    
  2. Clone the Repository

    git clone https://github.com/pwshehan/nvim-config.git ~/.config/nvim
  3. Install Packer

    git clone --depth 1 https://github.com/wbthomason/packer.nvim \
    ~/.local/share/nvim/site/pack/packer/start/packer.nvim
  4. Install Plugins

    Open Neovim and run :PackerSync.

Windows

  1. Clone the Repository

    git clone https://github.com/pwshehan/nvim-config.git $HOME\AppData\Local\nvim
  2. Install Packer

    git clone https://github.com/wbthomason/packer.nvim "$env:LOCALAPPDATA\nvim-data\site\pack\packer\start\packer.nvim"

About

NeoVim Configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages