zvakanaka / LazyVim-starter

Setup for React development, shortcuts fixed for MacOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💤 LazyVim

A starter template for LazyVim. Refer to the documentation to get started.

What's so Special About this Starter?

  • Make a backup of your current Neovim files:
# required
mv ~/.config/nvim{,.bak}

# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
  • Clone the starter
git clone https://github.com/zvakanaka/LazyVim-starter ~/.config/nvim
  • Remove the .git folder, so you can add it to your own repo later
rm -rf ~/.config/nvim/.git
  • Start Neovim!
nvim

Tip

It is recommended to run :checkhealth after installation. This will load all plugins and check if everything is working correctly.

I used to refer to config notes whenever setting up Neovim, but a starter started making more sense once I wanted a similar setup on multiple computers.

About

Setup for React development, shortcuts fixed for MacOS

License:Apache License 2.0


Languages

Language:Lua 100.0%