https://github.com/liascode/init.lua
My Neovim Config
https://github.com/liascode/init.lua
lua neovim nvim vim
Last synced: 6 days ago
JSON representation
My Neovim Config
- Host: GitHub
- URL: https://github.com/liascode/init.lua
- Owner: LiasCode
- Created: 2023-02-16T05:21:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T03:25:30.000Z (10 months ago)
- Last Synced: 2025-03-06T04:26:00.560Z (10 months ago)
- Topics: lua, neovim, nvim, vim
- Language: Lua
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LiasCode `neovim` config
## Usage
1- Install neovim
[Official neovim installation guide](https://github.com/neovim/neovim/blob/master/INSTALL.md)
2- Clone this repo
```bash
git clone https://github.com/LiasCode/init.lua.git ~/.config/nvim
# You have to use you user config path
```
3- Install ripgrep
4- Done
Inspired by [ThePrimeagen Repository](https://github.com/ThePrimeagen/init.lua)