Skip to content

vlmonk/dot-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Configuration

Personal Neovim configuration with curated plugins and settings for improved productivity.

Table of Contents

Prerequisites

  • Git
  • Terminal with Unicode support
  • Node.js and npm
  • Python 3 and pip

Installation

macOS

  1. Install Neovim and dependencies:
brew install nvim
brew install the_silver_searcher
  1. Install required packages:
npm install -g neovim
pip3 install --user pynvim
  1. Link configuration files:
make install

Ubuntu

  1. Install Neovim:
sudo add-apt-repository ppa:neovim-ppa/stable
sudo apt-get update
sudo apt-get install -y neovim
  1. Follow steps 2-4 from the macOS installation.

Ubuntu 18.04

Additional steps for Ubuntu 18.04:

  1. As root:
sudo add-apt-repository ppa:deadsnakes/ppa
apt install python3.9 python3.9-venv
  1. As user:
python3.9 -m venv ~/python3.9
source ~/python3.9/bin/activate
pip install neovim
  1. Add to your shell initialization files (e.g., .bashrc or .zshrc):
source ~/python3.9/bin/activate

Future Plans

About

My own nvim config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published