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. ✨
- Host: GitHub
- URL: https://github.com/abogadatos/dotfiles
- Owner: abogadatos
- Created: 2024-08-14T06:28:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-24T07:39:22.000Z (over 1 year ago)
- Last Synced: 2025-07-08T01:57:02.173Z (12 months ago)
- Topics: dotfiles, nvim, nvim-config
- Language: Lua
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.