Neovim for Beginners — Managing Projects

Manage multiple projects using Neovim.

alpha2phi
6 min readMay 1, 2022
Neovim for Beginners — Managing Projects

Managing multiple projects is always challenging. In this article, we will see how Neovim can help us. We are going to

  • Configure the buffer line to make it easy to use tabs for multiple projects.
  • Configure plugins to search for projects in the file system.
  • Configure plugins to switch among multiple projects.
  • Explore plugins to manage sessions and the working directory.

This article is part of the Neovim for Beginners series.

The Neovim configuration files can be found in this repository.

Getting Started

This article provides tips and tricks that we can use to manage multiple projects. In a previous article, I have shown you the basic Vim/Neovim way of managing projects, plugins and Lua scripts to manage and switch projects, and useful Tmux plugins if we use Tmux to manage multiple Vim/Neovim sessions.

Do go through the article if you are new to Vim/Neovim.

--

--

alpha2phi

Software engineer, Data Science and ML practitioner.