Skip to content

not-meet/nvim-Config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

🎨 Neovim Configuration

Welcome to my Neovim setup! This repository contains my personal configurations, including a setup for LazyVim and tmux.

📂 Folder Structure

├── lua/
│   ├── config/         # 🛠️ Custom configurations for LazyVim
│   └── plugins/         # 📁 Other custom Lua files such as keymaps , alpha.lua etc

🚀 Getting Started
To get started with this configuration:

Clone the Repository:

bash
Copy code
git clone https://github.com/<span style="color:#0366d6">your-username</span>/nvim-Config.git ~/.config/nvim
Install Neovim:

Make sure Neovim is installed. You can install it via your package manager or follow the official instructions.
Install Plugins:

Launch Neovim, and LazyVim will automatically handle the plugin installations. 💻
tmux Configuration (Optional):

If you use tmux, link the tmux configuration:
bash
Copy code
ln -s ~/Desktop/nvim-Config/tmux.conf ~/.tmux.conf
✨ Features
LazyVim Setup:
A highly customized Neovim setup using LazyVim for an enhanced Vim experience. 🧙‍♂️
tmux Integration:
Smooth navigation between tmux panes and Neovim splits. 🎯
🎨 Customization
Feel free to tweak the configurations to match your workflow. The Lua files are modular and organized for easy customization. 🎛️

🤝 Contributing
Got ideas or improvements? Open an issue or submit a pull request! Contributions are welcome. 🎉

📜 License
This repository is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages