Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hamza12700/nvim
- Owner: Hamza12700
- Created: 2023-11-15T16:41:32.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-08T13:29:53.000Z (30 days ago)
- Last Synced: 2024-10-11T02:53:20.610Z (27 days ago)
- Topics: neovim-dotfiles, nvim, nvim-config, nvim-configuration
- Language: Lua
- Homepage:
- Size: 765 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
![home](.github/assets/home.png)
![screenshot](.github/assets/screenshot.png)
![telescope](.github/assets/telescope.png)
![git](.github/assets/git.png)