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
- Host: GitHub
- URL: https://github.com/shelepuginivan/init.lua
- Owner: shelepuginivan
- Created: 2023-08-27T08:44:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-23T00:39:01.000Z (about 1 year ago)
- Last Synced: 2025-06-14T14:03:36.494Z (about 1 year ago)
- Topics: lua, neovim, neovim-config, nvim
- Language: Lua
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```