Emmanuel Morales
Posted on September 13, 2022
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 git
brew install node
brew install python
brew install neovim
brew install lua
Optional Yarn if npm
does not work in the installation process.
brew install yarn
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
Oficial Documentation:
💖 💪 🙅 🚩
Emmanuel Morales
Posted on September 13, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.