Skip to content

aLmktr/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-ascii-logo nvim-config-demo

Nvim config with a modular structure to create a modern IDE experience for efficient and productive development.


🚀 Getting Started

Prerequisites

  • Neovim: Ensure you have Neovim installed. You can check by running nvim --version.

Installation

Linux/macOS
  1. first if you have existing nvim config, back up your existing configuration by running the following command:

    mv ~/.config/nvim{,.bak}
  2. Clone the repository:

    git clone https://github.com/aLmktr/nvim.git ~/.config/nvim
  3. Open nvim, and that’s it! Everything will be set up automatically — just sit back and watch the magic happen!

Windows
  1. first if you have existing nvim config, back up your existing configuration by running the following command:

    Move-Item $env:LOCALAPPDATA\nvim $env:LOCALAPPDATA\nvim.bak
  2. Clone the repository:

    git clone https://github.com/aLmktr/nvim.git $env:LOCALAPPDATA\nvim
  3. Open nvim, and the configuration will install automatically.


🤝 Contributing

Your feedback is appreciated! Please don’t hesitate to open an issue or create a pull request for any suggestions or improvements.


⚖️ License

This project is licensed under the MIT License. For more details, please refer to the LICENSE file.

About

Neovim config for a modern IDE experience

Topics

Resources

License

Stars

Watchers

Forks

Languages