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

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

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

Last synced: 6 months ago
JSON representation

nvim config

Awesome Lists containing this project

README

          

# init.lua for things

just some stuff with lsp and completions etc

## quick start (because i'll forget this)

```shell
# get nvim
curl -Lfs https://github.com/neovim/neovim/releases/download/v0.11.0/nvim-linux-x86_64.tar.gz | tar -xzv
cp -r nvim-linux-x86_64/* ~/.local/
# directly clone this into nvim config? or not...
git clone https://github.com/parthpower/nvim-config.git ~/.config/nvim
nvim
```

## yoinked stuff from

- https://github.com/ThePrimeagen/init.lua
- https://github.com/LazyVim/LazyVim