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

https://github.com/bryant-the-coder/nvim


https://github.com/bryant-the-coder/nvim

Last synced: over 1 year ago
JSON representation

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)

![image](https://user-images.githubusercontent.com/92417638/172029944-724c7e33-242d-4837-bd3f-1eb90e12cf31.png)

### 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)