https://github.com/bryant-the-coder/nvhack
My personal Neovim config / NvHack entirely written in Lua
https://github.com/bryant-the-coder/nvhack
dotfiles lua neovim neovim-conf neovim-config neovim-configuration neovim-dotfiles neovim-lua nvim vim
Last synced: 3 months ago
JSON representation
My personal Neovim config / NvHack entirely written in Lua
- Host: GitHub
- URL: https://github.com/bryant-the-coder/nvhack
- Owner: bryant-the-coder
- License: gpl-3.0
- Created: 2021-12-01T03:21:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T08:00:14.000Z (about 3 years ago)
- Last Synced: 2025-03-28T04:23:58.396Z (3 months ago)
- Topics: dotfiles, lua, neovim, neovim-conf, neovim-config, neovim-configuration, neovim-dotfiles, neovim-lua, nvim, vim
- Language: Lua
- Homepage:
- Size: 32.2 MB
- Stars: 27
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to NvHack or my config repo
## Installation
1. cd into the directory of your nvim folder
> Or not create a folder called as nvim
2. Run `git clone https://github.com/bryant-the-coder/NvHack.git`
3. Run `git clone https://github.com/wbthomason/packer.nvim "$env:LOCALAPPDATA\nvim-data\site\pack\packer\start\packer.nvim"` for windows users
> `git clone --depth 1 https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim` for unix users
4. Now run `nvim` and `:e lua/plugins/plugins.lua`
5. Then type `:source %` and run `:PackerSync`
6. Run `:checkhealth`
7. TADA~ Your done and setup## Showcase
Custom dashboard
Custom telescope
Base16 + Custom highlights for bufferline
## 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/NeovimConfig)
> Complicated config but you will find it very useful.
- [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)
- [tjdevseries](https://github.com/tjdevries/config_manager/tree/master/xdg_config/nvim)