Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 11 days ago
JSON representation

My Personalized Development Environment (PDE) with Neovim

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

![home](.github/assets/home.png)
![screenshot](.github/assets/screenshot.png)
![telescope](.github/assets/telescope.png)
![git](.github/assets/git.png)