Skip to content

NexVim is a beginner-friendly, organized, and customizable Neovim configuration inspired by Kickstart.nvim and LazyVim.

Notifications You must be signed in to change notification settings

icoderarely/NexVim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

NexVim

NexVim is a beginner-friendly Neovim configuration inspired by popular configuration Kickstart.nvim and a popular distro LazyVim. It provides an organized, modern setup that’s easy to use and customize, helping new users get started with Neovim without the hassle of complex configuration. Perfect for those who want a smooth and efficient Neovim experience out of the box.

NexVim Screenshot NexVim Screenshot Example of the NexVim interface

πŸ“¦ Requirements

To use NexVim, make sure your system meets the following requirements:

  • Neovim >= 0.9.0
  • Git >= 2.19.0
  • A Nerd Font (optional)

πŸ› οΈ Installation

Clone this repository to your ~/.config/nvim/ directory:

git clone https://github.com/icoderarely/NexVim.git ~/.config/nvim

Once you’ve cloned the repository and installed any necessary dependencies, open Neovim:

nvim

πŸ“‚ File Structure

~/.config/nvim
β”œβ”€β”€ lua
β”‚   β”œβ”€β”€ core
β”‚   β”‚   β”œβ”€β”€ keymaps.lua
β”‚   β”‚   └── options.lua
β”‚   │── plugins
β”‚   β”‚   β”œβ”€β”€ plugin1.lua
β”‚   β”‚   β”œβ”€β”€ **
β”‚   β”‚   └── plugin2.lua
β”‚   └── snippets
β”‚       β”œβ”€β”€ language.lua
β”‚       └── package.json
└── init.lua

🌱 Contributing

Contributions are welcome! If you'd like to improve NexVim or suggest new features, please follow these steps:

  1. Fork the repository on GitHub.
  2. Clone your fork to your local machine.
    git clone https://github.com/icoderarely/NexVim.git
  3. Create a new branch for your feature or bugfix.
    git checkout -b feature-name
  4. Make your changes, ensuring to write clear commit messages.
  5. Push your changes to your fork.
    git push origin feature-name
  6. Open a pull request on GitHub. Be sure to explain your changes clearly.

We follow the Contributor Covenant Code of Conduct and encourage all participants to be respectful and inclusive.

🚧 Work in Progress

  • Add documents explaining which plugins are used and what do they do.

About

NexVim is a beginner-friendly, organized, and customizable Neovim configuration inspired by Kickstart.nvim and LazyVim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages