Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.36 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.36 KB

Neovim config for Python and Django

Install and setup

For Linux Manjaro:

sudo snap install nvim --classic
sudo pacman -S pyright

For macOS:

brew install nvim
npm install -g pyright
  1. Put init.lua and lua to ~/.config/nvim/. folder.

  2. Install plugins using :PackerInstall and reboot nvim.

Features