Ben Frain 3/22/2023

Adding to $PATH for a central location for Neovim/NPM tools

Read Original

This technical article explains a method for developers to install Language Server Protocols (LSPs) and other NPM tools for Neovim in a single, user-controlled directory (e.g., ~/.local/share/nvim/spec). It details how to configure the $PATH to point to this location, enabling version-locked, non-global installations that are ideal for restrictive work environments or for avoiding system-wide conflicts. The guide includes specific shell configuration examples and important caveats for NPM behavior.

Adding to $PATH for a central location for Neovim/NPM tools

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes