https://github.com/bryant-the-coder/nvim
https://github.com/bryant-the-coder/nvim
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bryant-the-coder/nvim
- Owner: bryant-the-coder
- License: gpl-3.0
- Created: 2022-10-14T21:17:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T12:02:32.000Z (over 1 year ago)
- Last Synced: 2025-04-09T13:21:53.067Z (over 1 year ago)
- Language: Lua
- Size: 538 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My neovim config
This config is for my linux use only. It is the successor after [Cynosure](https://github.com/bryant-the-coder/Cynosure)

### Core
I have a `core` folder in which files for things like autocommands, setting, plugins or utils are.
### Modules folder
In this folder is where I keep all my plugins config
e.g. completion, editor, files, lang, lsp, tools, ui
### Custom
All my custom settings eg. dashboard, statusline and winbar
I override my colors in this folder
## CREDITS
Thanks to these wonderful people. Their config guided me into making my config.
- [NvChad](https://github.com/NvChad/Nvchad)
- [max397574](https://github.com/max397574/omega-nvim)
> Aesthetic config and amazing functions
- [abzcoding](https://github.com/abzcoding/lvim)
> amazing config. recommend to check it out.
- [tamton-aquib](https://github.com/tamton-aquib/nvim)
> Remember to check his plugin. [staline](https://github.com/tamton-aquib/staline.nvim)
- [vsedov](https://github.com/vsedov/nvim)
> ISTG this dude has a nice lazy.nvim plugin structure. Most of my config is based off vsedov config.
> Give him a star :> he deserves it
- [tjdevseries](https://github.com/tjdevries/config_manager/tree/master/xdg_config/nvim)