Skip to content

Commit 4ae6c30

Browse files
committed
Added READMe.md
1 parent 8174393 commit 4ae6c30

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Neovim Configuration
2+
3+
This repository contains my personal Neovim configuration files, heavily customized for my development environment. It is inspired by [Rishabh672003's Neovim setup](https://github.com/Rishabh672003/Neovim), but modified to fit my workflow and preferences.
4+
5+
## Features
6+
7+
- LazyVim plugin management
8+
- Advanced LSP configuration for multiple programming languages
9+
- Custom key mappings for improved efficiency
10+
- Enhanced UI with various Neovim plugins
11+
12+
## Installation
13+
14+
1. Clone the repository:
15+
```bash
16+
git clone https://github.com/Akash6222/Neovim.git ~/.config/nvim
17+
```
18+
19+
2. Install [LazyVim](https://github.com/folke/lazy.nvim) for plugin management.
20+
21+
3. Open Neovim and run `:Lazy sync` to install the plugins.
22+
23+
## Usage
24+
25+
- The `lua` folder contains custom settings, including LSP setup, key mappings, and plugin configurations. You can modify these based on your own preferences.
26+
27+
## Contributing
28+
29+
Fork the repository, make your changes, and submit a pull request. Contributions are welcome!
30+
31+
## License
32+
33+
This project is licensed under the MIT License.

0 commit comments

Comments
 (0)