/nvim_configuration

Primary LanguageVim ScriptMIT LicenseMIT

NVIM setup on ubuntu

Features

  • Directories tree (NERDTree)
  • Python jedi autocompletions (after . and with tab)
  • Python linter (pylint)
  • Python venv (install pylint in your venv)
  • VSCode theme (ofcourse dark theme)
  • Git branch information
  • Fuzzy search (ff - search in files, fd - search files in directory)

Prerequisites

  • python3

Installation

  1. Run install.sh
./install.sh
  1. Open editor with command nvim test.py, press Enter, then type :PlugInstall

  2. Close editor and open it again. you should see something like this plot plot