https://github.com/gowthertg/gowthernvim
GowtherNvim is a repository that contains my personalized Neovim configuration. It serves as a centralized hub for managing and sharing my tailored settings, plugins, key mappings, and colorschemes.
https://github.com/gowthertg/gowthernvim
lua neovim vim
Last synced: 3 months ago
JSON representation
GowtherNvim is a repository that contains my personalized Neovim configuration. It serves as a centralized hub for managing and sharing my tailored settings, plugins, key mappings, and colorschemes.
- Host: GitHub
- URL: https://github.com/gowthertg/gowthernvim
- Owner: GowthertG
- Created: 2023-06-16T00:19:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T16:17:32.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T14:35:05.691Z (4 months ago)
- Topics: lua, neovim, vim
- Language: Lua
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GowtherNvim Configuration
Welcome to my Neovim configuration repository! This setup is based on LunarVim, a powerful and highly extensible Neovim configuration framework. LunarVim provides a solid foundation that allows me to customize and enhance my editing experience.
## Getting Started
Before you begin, make sure you have LunarVim installed on your system. You can follow the installation instructions provided in the LunarVim repository: [LunarVim Installation](https://github.com/LunarVim/LunarVim#installation)
## Configuration Details
My Neovim configuration is an extension of LunarVim. All my additional configurations are now stored in a `config.lua` file written in Lua, please add this file to ~/.config/lvim/
Feel free to explore the `config.lua` file to see how I've customized various aspects of Neovim, including plugins, colorschemes, key mappings, and more.
## Reminder and Requirements
- **Reminder:** This configuration is built upon LunarVim. If you're not familiar with LunarVim, I recommend going through their documentation to understand the underlying concepts and features.
- **Requirement:** Before using my customized Neovim configuration, please ensure that you have LunarVim installed on your system. It serves as the foundation for these customizations.## Contributions
If you find anything interesting in my configuration or have suggestions for improvements, feel free to open an issue or submit a pull request. The Neovim community thrives on sharing knowledge and learning from one another.