{"id":20401018,"url":"https://github.com/sohanemon/lua-config","last_synced_at":"2026-05-05T10:33:30.633Z","repository":{"id":228328340,"uuid":"773636064","full_name":"sohanemon/lua-config","owner":"sohanemon","description":"My neovim configuration repo!","archived":false,"fork":false,"pushed_at":"2024-03-23T04:42:23.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T11:52:01.898Z","etag":null,"topics":["extension","lua","neovim","plugin","vim","vim-plug","vimrc","vscode"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sohanemon.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-18T05:51:05.000Z","updated_at":"2024-03-18T07:44:46.000Z","dependencies_parsed_at":"2024-03-29T19:01:11.970Z","dependency_job_id":null,"html_url":"https://github.com/sohanemon/lua-config","commit_stats":null,"previous_names":["sohanemon/lua-config"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohanemon%2Flua-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohanemon%2Flua-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohanemon%2Flua-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohanemon%2Flua-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sohanemon","download_url":"https://codeload.github.com/sohanemon/lua-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241950081,"owners_count":20047587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["extension","lua","neovim","plugin","vim","vim-plug","vimrc","vscode"],"created_at":"2024-11-15T04:47:33.790Z","updated_at":"2026-05-05T10:33:28.919Z","avatar_url":"https://github.com/sohanemon.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Neovim Configuration\n\nWelcome to my Neovim configuration repository! This configuration is designed to enhance the Neovim experience with a focus on modularity, ease of use, and personal productivity. It is built using Lua and includes various mappings, plugins, and custom functions to streamline the development workflow.\n\n## Features\n\n- **Modular Configuration:** Organized into separate Lua files for clarity and ease of management.\n- **Custom Key Mappings:** Intuitive leader key mappings and shortcuts to speed up common tasks.\n- **Plugin Management:** Utilizes [lazy.nvim](https://github.com/folke/lazy.nvim) for efficient plugin management.\n\n## Tree\n\n.\n├── init.lua\n├── lua\n│   ├── black-hole.lua\n│   ├── config\n│   │   └── custom.lua\n│   ├── func.lua\n│   ├── leader.lua\n│   ├── normal-mode.lua\n│   ├── plugins.lua\n│   ├── sneak.lua\n│   └── visual-mode.lua\n└── readme.md\n\n\n## Installation\n\nTo use this Neovim configuration, ensure you have Neovim (0.5 or newer) installed. Then, follow these steps:\n\n1. **Back Up Your Current Configuration** (if necessary):\n\n   ```sh\n   mv ~/.config/nvim ~/.config/nvim.backup\n   ```\n\n2. **Clone the Repository:**\n\n   ```sh\n   git clone https://github.com/sohanemon/lua-config.git ~/.config/nvim\n   ```\n\n3. **Install Plugins:**\n\n   Launch Neovim and enter the following command to install the plugins:\n\n   ```vim\n   :PlugInstall\n   ```\n\n## Usage\n\nThis configuration is designed to be intuitive. Here are some highlights to get you started:\n\n- **Leader Key:** The `space` key is set as the leader key, providing quick access to numerous commands and plugins.\n- **File Exploration:** `\u003cleader\u003ee` to toggle the file explorer.\n- **Custom Config:** Explore `lua/config/custom.lua` for custom mappings and commands.\n\nFor detailed usage of each plugin and mapping, refer to the comments within the individual Lua files.\n\n## Customization\n\nFeel free to modify any part of this configuration to suit your needs. The configuration is split into multiple files under the `lua/` directory for easy customization:\n\n- **`init.lua`**: The entry point that sets up the basic environment and sources other configuration files.\n- **`plugins.lua`**: Plugin definitions and setup.\n- **`config/custom.lua`**: Custom configuration and setup.\n\n## Contributing\n\nContributions to this configuration are welcome! Whether it's adding new features, fixing bugs, or improving documentation, please feel free to make a pull request.\n\n## License\n\nThis Neovim configuration is released under the [MIT License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsohanemon%2Flua-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsohanemon%2Flua-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsohanemon%2Flua-config/lists"}