Neovim Configuration Setup

This Neovim configuration is tailored for JavaScript and Python development using the Nvchad framework, as recommended by Dreams of Code.

Installation Guide:

  1. Clone NVChad Configuration:

    • Linux:

      git clone https://github.com/NvChad/NvChad $HOME/.config/nvim
    • Windows:

      git clone https://github.com/NvChad/NvChad $env:LOCALAPPDATA\nvim
  2. Clone Custom Configuration:

    • Linux:

      git clone https://github.com/trgiangv/NvimConfig.git $HOME/.config/nvim/lua/custom
    • Windows:

      git clone https://github.com/trgiangv/NvimConfig.git $env:LOCALAPPDATA\nvim\lua\custom