Alexis12119 / nvim-config

Generalized and Personalized
258 stars 24 forks source link
custom lazy lua neovim neovim-config neovim-configuration neovim-lua neovim-setup nvchad nvim nvim-config nvim-configs nvim-configuration nvim-lua nvim-settings nvim-setup pde
![Last commit](https://img.shields.io/github/last-commit/Alexis12119/nvim-config?style=for-the-badge&logo=git&color=000F10&logoColor=dark%20orange&labelColor=302D41) [![](https://img.shields.io/badge/Neovim-0.10+-blueviolet.svg?style=for-the-badge&color=000F10&logo=Neovim&logoColor=green&labelColor=302D41)](https://github.com/neovim/neovim) ![Preview](https://github.com/Alexis12119/nvim-config/assets/74944536/33c4ae39-04d7-4dbb-9830-2804f87e92fa)

📄 Requirements

Before you dive in, ensure you have the following requirements installed:

Click to see the requirements
In windows, you can use [scoop](https://scoop.sh/) to install them. - **Git:** - [lazygit](https://github.com/jesseduffield/lazygit) - **Telescope:** - [fd](https://github.com/sharkdp/fd) - [bat](https://github.com/sharkdp/bat) - [ripgrep](https://github.com/BurntSushi/ripgrep) - [make](https://www.gnu.org/software/make/) - [mingw-nuwen](https://nuwen.net/mingw.html) - **Nerd Font (For Icons):** - [JetBrainsMono](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/JetBrainsMono) - [Other Fonts](https://www.nerdfonts.com/font-downloads) - **Neovim:** - [Neovim 0.9+](https://github.com/neovim/neovim/releases)

💻 Installation

Please follow these steps:

  1. Preparation:

    • Ensure that Neovim is not running.
    • Remove or move your current nvim directory (if it exists).
  2. Installation:

    • On Linux/MacOS:

      bash <(curl -s https://raw.githubusercontent.com/Alexis12119/nvim-config/main/installer/install.sh)
    • On Windows (Powershell):

      Invoke-WebRequest https://raw.githubusercontent.com/Alexis12119/nvim-config/main/installer/install.ps1 -UseBasicParsing | Invoke-Expression

✨ Features

🌟 Stargazers

I appreciate the support from all the Stargazers!

Stargazers

CREDITS

This Neovim configuration is built upon the foundation of NvChad. Special thanks to the NvChad community and developers for their fantastic work.

“Make it work, make it right, make it fast.”

- Kent Beck