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

https://github.com/acorshep/config-nvim

originally from : https://github.com/cpow/neovim-for-newbs
https://github.com/acorshep/config-nvim

neovim neovim-conf neovim-dotfiles nvim nvim-config nvim-configuration

Last synced: 6 months ago
JSON representation

originally from : https://github.com/cpow/neovim-for-newbs

Awesome Lists containing this project

README

          

# Overview
*This repository is a customized version of an existing project*, enhanced with additional features to improve functionality and user experience. The primary modifications include integrations like
* Which Key,
* Mini Animate,
* Code Window,
* JSON Language Server (jsonls),
* nvim-notify,
* Cmd Line,
* Markdown Preview,
* file browse &
* tabs(barbar)

## Installation

Clone this repository, using the following command:

```bash
git clone https://github.com/Acorshep/config-nvim.git
```
create the nvim directory if it doesnt exist
```bash
mkdir -p ~/.config/nvim
```
then copy the contents of the ```~/config-nvim/.config/nvim``` to ```~/.config/nvim```
```bash
cp -r ~/config-nvim/.config/nvim/* ~/.config/nvim/
cd ~/.config/nvim
nvim
```

## Screenshots
![s9](https://github.com/user-attachments/assets/34fb8d70-8c2d-4bc6-ace0-b5f935d2bf51)
![s12](https://github.com/user-attachments/assets/09446fad-f7c4-4a7c-b99c-70bd8d418cfb)
![s10](https://github.com/user-attachments/assets/c5271123-1dec-45d5-b66f-393162529161)
![s11](https://github.com/user-attachments/assets/42609be3-ef4d-4c40-a5be-4ea1f821e2ab)
![s13](https://github.com/user-attachments/assets/d4c0f40c-cba1-49b6-9f76-be8d350b8d01)