Skip to content

This repository is for my Neovim configuration, key mappings, and LSPs.

Notifications You must be signed in to change notification settings

ashudevcodes/My-NVChad-Config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with My NvChad's Custom Configuration

image

This guide helps you set up the customize NvChad's configuration for a Neovim experience.

Prerequisites:

Configuration Location:

  • Linux/macOS: The NvChad configuration files reside in the ~/.config/nvim/lua/ directory.
  • Windows: The location is ~\AppData\Local\nvim\lua/.

Customizing NvChad:

  1. Create a Custom Folder:

    • Navigate to the lua directory within your NvChad configuration directory (as mentioned above).

    • Create a new folder named custom using your terminal:

      mkdir custom
  2. Clone the Custom Configuration Repository :

    • If you have a specific custom configuration repository you want to use, clone it into the newly created custom folder. Here's an example using Git:

      git clone https://github.com/ashudevcode/My-NeoVim-config.git

Additional Considerations:

  • Overriding Default Settings:
    • Custom configuration files in the custom folder take precedence over NvChad's default settings.
  • Maintaining Compatibility:
    • Keep your custom configuration up-to-date with NvChad releases to ensure compatibility.

Community and Support:

Remember:

  • Back up your original NvChad configuration before making significant modifications.
  • Start with small customizations and test thoroughly to avoid unintended consequences.

About

This repository is for my Neovim configuration, key mappings, and LSPs.

Topics

Resources

Stars

Watchers

Forks

Languages