Skip to content

danielt812/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

670 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Configuration

Neovim Logo

This repository contains my personal Neovim configuration.

Prerequisites

Install neovim with your package manager.

Homebrew:

brew install neovim

Pacman:

sudo pacman -S neovim

Dnf:

sudo dnf install neovim

Apt:

sudo apt install neovim

Recommended version is 11.0 or above

Installation

  1. Clone this repository to your Neovim configuration directory:
    git clone git@github.com:danielt812/nvim-config.git ~/.config/nvim
  2. Open nvim and wait for plugins, tree-sitter parsers and language service providers to install.
  3. Exit out of Neovim for the changes to take effect.
  4. Run :checkhealth the next time you open nvim

Providers

  • Neovim python service provider:
pip install pynvim
  • Neovim node service provider:
npm i -g neovim

License

This project is licensed under the MIT License. You are free to use and modify this configuration to suit your needs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages