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

https://github.com/shelepuginivan/init.lua

My Neovim config
https://github.com/shelepuginivan/init.lua

lua neovim neovim-config nvim

Last synced: about 1 month ago
JSON representation

My Neovim config

Awesome Lists containing this project

README

          

# shelepuginivan's Neovim config

## Requirements:

- Neovim 0.9.0 or higher

### Optional requirements

- [ripgrep](https://github.com/BurntSushi/ripgrep) - telescope live grep (`fg`)

## Installation

### Via installation script

[View source](https://github.com/shelepuginivan/init.lua/blob/main/install.sh)

```shell
sh -c "$(curl -fsSL https://raw.githubusercontent.com/shelepuginivan/init.lua/main/install.sh)"
```

### Manual installation

Backup previous installation and data folder:

```shell
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
```

Clone the repository:

```shell
git clone --depth 1 https://github.com/shelepuginivan/init.lua ~/.config/nvim
```