Nvim config with a modular structure to create a modern IDE experience for efficient and productive development.
- Neovim: Ensure you have Neovim installed. You can check by running
nvim --version
.
Linux/macOS
-
first if you have existing nvim config, back up your existing configuration by running the following command:
mv ~/.config/nvim{,.bak}
-
Clone the repository:
git clone https://github.com/aLmktr/nvim.git ~/.config/nvim
-
Open
nvim
, and that’s it! Everything will be set up automatically — just sit back and watch the magic happen!
Windows
-
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
-
Clone the repository:
git clone https://github.com/aLmktr/nvim.git $env:LOCALAPPDATA\nvim
-
Open
nvim
, and the configuration will install automatically.
Your feedback is appreciated! Please don’t hesitate to open an issue or create a pull request for any suggestions or improvements.
This project is licensed under the MIT License. For more details, please refer to the LICENSE file.