Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
September 13, 2022 09:22 pm GMT

Starting in Lunar Vim (in Mac)

Brief description

Is a fast IDE layer for Neovim. Vim, at some point let you be focus on the code, and by that, use the keyboard as the main tool, instead of the mouse.

Previous installed tools.

We can use the package manager Homebrew to install the main tools:

brew install gitbrew install nodebrew install pythonbrew install neovimbrew install lua

Optional Yarn if npmdoes not work in the installation process.

brew install yarn

Cargo

curl https://sh.rustup.rs -sSf | sh

Installation

Lunar Vim installation:

bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh)

Asked questions:

  • Would you like to install LunarVim's NodeJS dependencies?: y.
  • Would you like to install LunarVim's Python dependencies?: y
  • Would you like to install LunarVim's Rust dependencies?: y

Then we can use the command lvim to use it our terminal

Image description

Oficial Documentation:


Original Link: https://dev.to/developemmanuel/starting-in-lunar-vim-in-mac-3733

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To