https://github.com/hamza12700/nvim
My Personalized Development Environment (PDE) with Neovim
https://github.com/hamza12700/nvim
neovim-dotfiles nvim nvim-config nvim-configuration
Last synced: about 1 year ago
JSON representation
My Personalized Development Environment (PDE) with Neovim
- Host: GitHub
- URL: https://github.com/hamza12700/nvim
- Owner: Hamza12700
- Created: 2023-11-15T16:41:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T11:04:01.000Z (about 1 year ago)
- Last Synced: 2025-03-12T12:19:55.048Z (about 1 year ago)
- Topics: neovim-dotfiles, nvim, nvim-config, nvim-configuration
- Language: Lua
- Homepage:
- Size: 759 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neovim (PDE)
This repo contains all of my [neovim](https://neovim.io/) config files.
Huge shout-out to [TeejDries](https://github.com/TeejDries) for this awesome [nvim kickstart](https://github.com/nvim-lua/kickstart.nvim) guide.
## Get Started
> [!NOTE]
> I use `neovim-nightly`, but the configuration should work with the stable version of neovim.
Make a backup of your current `neovim` config:
```bash
mv ~/.config/nvim/ ~/.config/nvim.bak
```
Optional but recommended:
```bash
rm ~/.local/share/nvim
rm ~/.local/state/nvim
rm ~/.cache/nvim
```
Clone the repository and open `nvim`:
```bash
git clone https://github.com/Hamza12700/Neovim.git ~/.config/nvim/ && nvim
```
## Preview



