Skip to content
/ nvim Public
forked from KevinNitroG/nvim

My nvim config based on KevinNitroG's one

Notifications You must be signed in to change notification settings

NTGNguyen/nvim

 
 

Repository files navigation

NOTE FROM KEV

Important

  • Add git bin path to your env PATH (for luasnip build)

Last commit

241129_14h36m50s_screenshot

241129_14h34m39s_screenshot

📄 Requirements

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

Click to see the requirements

In windows, you can use scoop to install them.

💻 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


About

My nvim config based on KevinNitroG's one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 71.3%
  • Vim Snippet 26.9%
  • Other 1.8%