https://github.com/aligigz/gigz-nvim
GigzNvim is a fast and configurable neovim configuration that aims to be beautiful and simple.
https://github.com/aligigz/gigz-nvim
config dotfiles editor ide lua neovim neovim-config neovim-configuration open-source vim
Last synced: about 2 months ago
JSON representation
GigzNvim is a fast and configurable neovim configuration that aims to be beautiful and simple.
- Host: GitHub
- URL: https://github.com/aligigz/gigz-nvim
- Owner: AliGigz
- Created: 2024-10-06T21:23:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-19T18:40:27.000Z (over 1 year ago)
- Last Synced: 2025-06-13T21:44:39.540Z (10 months ago)
- Topics: config, dotfiles, editor, ide, lua, neovim, neovim-config, neovim-configuration, open-source, vim
- Language: Lua
- Homepage:
- Size: 1.18 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GigzNvim
## 📷 Screenshots
## ❓ What is GigzNvim?
- GigzNvim is a neovim config which is very basic with most default plugin configurations. The goal of this project is to be simple and also powerfull when it comes to configuring for more uses.
- GigzNvim has the basic plugins that user expect from an text-editor to have, such as themes, lsp server, syntax highliting, etc. But with all these plugins it's still very fast and loads under a second.
- This project is for users that wants to get into neovim. But it doesn't just stop there, it also can be used for power users of vim and neovim.
- GigzNvim is inspired by theprimeagen neovim from scratch.
## 🔨 Installation
### Unix
First backup your neovim config. with the command below:
```sh
mv ~/.config/nvim ~/.config/nvim_back
```
And then enter the command below:
```sh
git clone https://github.com/AliGigz/gigz-nvim.git ~/.config/nvim
```
Now remove .git from the config directory. Enter command below:
```sh
rm -rf ~/.config/nvim/.git
```
### Windows
First backup your neovim config. In CMD:
```sh
move %USERPROFILE%\AppData\Local\nvim %USERPROFILE%\AppData\Local\nvim_back
```
And then enter the command below. In CMD:
```sh
git clone https://github.com/AliGigz/gigz-nvim.git %USERPROFILE%\AppData\Local\nvim
```
Now remove .git from the config directory. In CMD:
```sh
rmdir /s %USERPROFILE%\AppData\Local\nvim\.git
```
## ✏️ Colorschemes
- Catppuccin: https://github.com/catppuccin/nvim
- Material: https://github.com/marko-cerovac/material.nvim
- Tokyonight: https://github.com/folke/tokyonight.nvim
- Dracula: https://github.com/Mofiqul/dracula.nvim
- Github: https://github.com/projekt0n/github-nvim-theme
- NightOwl: https://github.com/oxfist/night-owl.nvim
## 🚀 Plugins
- Dashboard: https://github.com/nvimdev/dashboard-nvim
- Git Blame: https://github.com/f-person/git-blame.nvim
- Git Blame Line: https://github.com/tveskag/nvim-blame-line
- Visual Git: https://github.com/tanvirtin/vgit.nvim
- Telescope: https://github.com/nvim-telescope/telescope.nvim
- Plenary: https://github.com/nvim-lua/plenary.nvim
- LSP Zero: https://github.com/VonHeikemen/lsp-zero.nvim
- Nvim LSP Config: https://github.com/neovim/nvim-lspconfig
- CMP Nvim LSP: https://github.com/hrsh7th/cmp-nvim-lsp
- Nvim CMP: https://github.com/hrsh7th/nvim-cmp
- CMP Buffer: https://github.com/hrsh7th/cmp-buffer
- CMP Path: https://github.com/hrsh7th/cmp-path
- CMP Nvim Lua: https://github.com/hrsh7th/cmp-nvim-lua
- CMP Luasnip: https://github.com/saadparwaiz1/cmp_luasnip
- Mason: https://github.com/williamboman/mason.nvim
- Mason LSP Config: https://github.com/williamboman/mason-lspconfig.nvim
- LuaSnip: https://github.com/L3MON4D3/LuaSnip
- Friendly Snippets: https://github.com/rafamadriz/friendly-snippets
- Trouble: https://github.com/folke/trouble.nvim
- Whichkey: https://github.com/folke/which-key.nvim
- Treesitter: https://github.com/nvim-treesitter/nvim-treesitter
- Autopairs: https://github.com/windwp/nvim-autopairs
- Lualine: https://github.com/nvim-lualine/lualine.nvim
- Nvimtree: https://github.com/nvim-tree/nvim-tree
- Colorizer: https://github.com/norcalli/nvim-colorizer.lua
- Notify: https://github.com/rcarriga/nvim-notify
- Bufferline: https://github.com/akinsho/bufferline.nvim
- Web Devicons: https://github.com/nvim-tree/nvim-web-devicons
- LSP Kind: https://github.com/onsails/lspkind.nvim
## 👥 Contribute
GigzNvim is open for developers to contribute in the project. For pull requests please be as descriptive as possible. Somthing to know first is that, GigzNvim goal is to stay simple and open hand for users so please keep that in mind. And thanks for your help to make this a better project.
## 💖 Support
Unfotunately there is no way to support yet.