Skip to content

NVim configuration for python development with autocomplete snippets

Notifications You must be signed in to change notification settings

knight-byte/Vim-Configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Vim configuration for Python development

All in one complete pack

2

First Look

1

Autocompletion snippets

3

filemanager

4

Required

NVIM --- NeoVim
Vim PLugin manager
python>=3.5
git

Installation Neovim

AppImage ("universal" Linux package)

curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
chmod u+x nvim.appimage
./nvim.appimage

Arch linux

sudo pacman -S neovim

Debian Based

sudo apt-get install neovim

Gentoo Linux

emerge -a app-editors/neovim

Fedora

sudo dnf install -y neovim python3-neovim

for more help about Neovim visit the Official github page NEOVIM

Main configuration of NVim

Clone the github repository

git clone https://github.com/knight-byte/Vim-Configuration.git

copy the init.vim and replace it with yours in .config/nvim/init.vim

if you Dont have the .config/nvim/init.vim Then make a dir and create init.vim in it

mkdir .config/nvim  
cd .config/nvim  
touch init.vim

install pip for neovim

pip install neovim
pip install pynvim

After replacing the content of init.vim

Open/Run nvim Then type

#to update and install plugin
:PlugInstall

#to install Co-python
:CocInstall coc-python

About

NVim configuration for python development with autocomplete snippets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published