This repository contains my personal Neovim configuration.
Install neovim with your package manager.
Homebrew:
brew install neovimPacman:
sudo pacman -S neovimDnf:
sudo dnf install neovimApt:
sudo apt install neovimRecommended version is 11.0 or above
- Clone this repository to your Neovim configuration directory:
git clone git@github.com:danielt812/nvim-config.git ~/.config/nvim - Open
nvimand wait for plugins, tree-sitter parsers and language service providers to install. - Exit out of Neovim for the changes to take effect.
- Run
:checkhealththe next time you opennvim
- Neovim python service provider:
pip install pynvim- Neovim node service provider:
npm i -g neovimThis project is licensed under the MIT License. You are free to use and modify this configuration to suit your needs.
