/LazyNV

Neovim Config for BlazingFast users for BlazingFast performance.

Primary LanguageLuaGNU Affero General Public License v3.0AGPL-3.0

LazyNV - LazyLoaded Neovim Config. โœจ๐Ÿ› 

License People Stars Forks Watches Last Updated

Neovim Config for BlazingFast Users for BlazingFast Performance.๐Ÿ’ฅ

LazyNV is a <utility/tool> that allows <target_audience> to <some_action>.

โœจ Features

  • ๐Ÿ”ฅ Transform your Neovim into a full-fledged IDE
  • ๐Ÿ’ค Easily customize and extend your config with lazy.nvim
  • ๐Ÿš€ Blazingly fast
  • ๐Ÿงน Sane default settings for options, autocmds, and keymaps
  • ๐Ÿ“ฆ Comes with a wealth of plugins pre-configured and ready to use
  • ๐Ÿฆพ Alot of ready to use Code Assistance features

Setup

โšก Requirements

  • Neovim >= 0.8.0 (needs to be built with LuaJIT)
  • Git >= 2.19.0 (for partial clones support)
  • a Nerd Font (optional)

๐Ÿš€ Installation

Create a install.sh file and paste the below content in that file.

NEOVIM_DIR=$HOME/.config/nvim
export NEOVIM_DIR

## Back up current config
[ -d $NEOVIM_DIR ] && mv $NEOVIM_DIR "$NEOVIM_DIR.backup"

## Optional but recommended
[ -d "$HOME/.local/share/nvim" ] && mv "$HOME/.local/share/nvim" "$HOME/.local/share/nvim.backup"
[ -d "$HOME/.local/state/nvim" ] && mv "$HOME/.local/state/nvim" "$HOME/.local/state/nvim.backup"
[ -d "$HOME/.cache/nvim" ]       && mv "$HOME/.cache/nvim"       "$HOME/.cache/nvim.backup"

# Create config directory
mkdir -p $NEOVIM_DIR
git clone https://github.com/adityastomar67/LazyNV.git $NEOVIM_DIR

# Remove git related files
rm -rf ~/.config/nvim/.git

## Run Neovim for the initial setup
cd $HOME && nvim

Now use chmod +x install.sh to make that file executable and then run it with the following command ./install.sh
Or you can use the below code snippet for complete automated install.

curl -sL https://bit.ly/Fresh-Install | sh -s -- --LazyNV

โœ… To-Do

  • Setup repo
  • Think real hard
  • Start typing

Behind The Code

๐ŸŒˆ Inspiration

LazyNV was inspired by LazyVim.


โญ hit the star button if you found this useful โญ

Source | GitHub | LinkedIn | LinkTree