An open API service indexing awesome lists of open source software.

https://github.com/abogadatos/dotfiles

@abogadatos Neovim configuration! These dotfiles are tailored to enhance my coding experience with powerful plugins, sleek themes, and custom keybindings. ✨
https://github.com/abogadatos/dotfiles

dotfiles nvim nvim-config

Last synced: about 1 month ago
JSON representation

@abogadatos Neovim configuration! These dotfiles are tailored to enhance my coding experience with powerful plugins, sleek themes, and custom keybindings. ✨

Awesome Lists containing this project

README

          

# dotfiles
### Neovim Dotfiles 🖥️

@abogadatos Neovim configuration! These dotfiles are tailored to enhance my coding experience with powerful plugins, sleek themes, and custom keybindings. ✨

#### 🚀 Features
- Lazy-loaded Plugins: Powered by lazy.nvim for faster startup ⚡
- Modern File Explorer: Integrated nvim-tree for easy navigation 📁
- Beautiful UI: Nerd Fonts and custom themes for a polished look 🎨
- Productivity Boost: Custom keymaps for efficient coding 🎯
- TypeScript Ready: Optimized for TypeScript and JavaScript projects 💻

#### 📂 File Structure
```
~/.config/nvim/
├── init.lua # Main configuration fil
├── lazy-lock.json
├── lua/
│ ├── keymaps.lua # Custom key bindings
│ ├── plugins/ # Plugin configurations
│ ├── plugins.lua # Plugins call
│ ├── preferences.lua # General nvim preferences configuration
└── ...under construction
```

#### 🛠️ Installation
1. *Clone the repo:*
```
https://github.com/nechodev/dotfiles.git
```
2. *Install Plugins:*
Open Neovim and run:
```
:Lazy sync
```
3. *Enjoy coding!🎉*

#### 🤝 Contributions
Feel free to fork this repo, open issues, or submit pull requests! All contributions are welcome. 🌟

#### 📜 License
This project is licensed under the MIT License.